Html Css Color HEX #96585C Vin Rouge

📋 copy color: '#96585C'

red 150 ◦ green 88 ◦ blue 92

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

Shades of Vin Rouge #96585C

Tints of Vin Rouge #96585C

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 45.45%
G = 26.67%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96585C (or 0x96585C) is known color: Vin Rouge. HEX triplet: 96, 58 and 5C. RGB value is (150,88,92). Sum of RGB (Red+Green+Blue) = 150+88+92=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585C is #69A7A3. Grayscale: #6B6B6B. Windows color (decimal): -6924196 or 6051990. OLE color: 6051990.

HSL color Cylindrical-coordinate representation of color #96585C: hue angle of 356.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96585C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 92 -
CMYK 0 0.41 0.39 0.41
HSL 356.13º 0.26% 0.47% -
HSV(B) 356.13º 0.41% 0.59% -
XYZ 18 14.24 11.92 -
YUV 106.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 150 88 92 0 0.41 0.39 0.41 356.13 0.26 0.47
Hex 96 58 5C 0 29 27 29 164 1A 2F
Octal 226 130 134 0 51 47 51 544 32 57
Binary 10010110 1011000 1011100 0 101001 100111 101001 101100100 11010 101111

Color Harmonies of #96585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96585C

Black with #96585C

Text Example


Text Example

White with #96585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96585C; }

 p { color: rgb(150,88,92); }

 H1.HeaderClassName
 {
   color: #96585C;
 }
 .AnyTagClassName
 {
   color: #96585C;
 }
</style>

background-color css

<style>
 a { background-color: #96585C; }

 a { background-color: rgb(150,88,92); }

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

border-color css

<style>
 span { border-color: #96585C; }

 span { border-color: rgb(150,88,92); }

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