Html Css Color HEX #96585E Vin Rouge

📋 copy color: '#96585E'

red 150 ◦ green 88 ◦ blue 94

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

Shades of Vin Rouge #96585E

Tints of Vin Rouge #96585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 45.18%
G = 26.51%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96585E (or 0x96585E) is known color: Vin Rouge. HEX triplet: 96, 58 and 5E. RGB value is (150,88,94). Sum of RGB (Red+Green+Blue) = 150+88+94=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585E is #69A7A1. Grayscale: #6B6B6B. Windows color (decimal): -6924194 or 6183062. OLE color: 6183062.

HSL color Cylindrical-coordinate representation of color #96585E: hue angle of 354.19º 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 #96585E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 94 -
CMYK 0 0.41 0.37 0.41
HSL 354.19º 0.26% 0.47% -
HSV(B) 354.19º 0.41% 0.59% -
XYZ 18.09 14.27 12.39 -
YUV 107.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 150 88 94 0 0.41 0.37 0.41 354.19 0.26 0.47
Hex 96 58 5E 0 29 25 29 162 1A 2F
Octal 226 130 136 0 51 45 51 542 32 57
Binary 10010110 1011000 1011110 0 101001 100101 101001 101100010 11010 101111

Color Harmonies of #96585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96585E

Black with #96585E

Text Example


Text Example

White with #96585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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