Html Css Color HEX #95595A Vin Rouge

📋 copy color: '#95595A'

red 149 ◦ green 89 ◦ blue 90

#95595A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #95595A

Tints of Vin Rouge #95595A

RGB

 RED value IS 149 (58.59% from 255) = 45.43%

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 45.43%
G = 27.13%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95595A (or 0x95595A) is known color: Vin Rouge. HEX triplet: 95, 59 and 5A. RGB value is (149,89,90). Sum of RGB (Red+Green+Blue) = 149+89+90=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595A is #6AA6A5. Grayscale: #6B6B6B. Windows color (decimal): -6989478 or 5921173. OLE color: 5921173.

HSL color Cylindrical-coordinate representation of color #95595A: hue angle of 359º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95595A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 90 -
CMYK 0 0.40 0.40 0.42
HSL 359º 0.25% 0.47% -
HSV(B) 359º 0.4% 0.58% -
XYZ 17.81 14.27 11.49 -
YUV 107.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 149 89 90 0 0.40 0.40 0.42 359 0.25 0.47
Hex 95 59 5A 0 28 28 2A 167 19 2F
Octal 225 131 132 0 50 50 52 547 31 57
Binary 10010101 1011001 1011010 0 101000 101000 101010 101100111 11001 101111

Color Harmonies of #95595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95595A

Black with #95595A

Text Example


Text Example

White with #95595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95595A; }

 p { color: rgb(149,89,90); }

 H1.HeaderClassName
 {
   color: #95595A;
 }
 .AnyTagClassName
 {
   color: #95595A;
 }
</style>

background-color css

<style>
 a { background-color: #95595A; }

 a { background-color: rgb(149,89,90); }

 div.DivClassName
 {
   background-color: #95595A;
 }
 .BgClassName
 {
   background-color: #95595A;
 }
</style>

border-color css

<style>
 span { border-color: #95595A; }

 span { border-color: rgb(149,89,90); }

 td.TdClassName
 {
   border-color: #95595A;
 }
 .TagClassName
 {
   border-color: #95595A;
 }
</style>