Html Css Color HEX #96585A Vin Rouge

📋 copy color: '#96585A'

red 150 ◦ green 88 ◦ blue 90

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

Shades of Vin Rouge #96585A

Tints of Vin Rouge #96585A

RGB

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

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

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

R = 45.73%
G = 26.83%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96585A (or 0x96585A) is known color: Vin Rouge. HEX triplet: 96, 58 and 5A. RGB value is (150,88,90). Sum of RGB (Red+Green+Blue) = 150+88+90=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585A is #69A7A5. Grayscale: #6A6A6A. Windows color (decimal): -6924198 or 5920918. OLE color: 5920918.

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

Color convert

RGB 150 88 90 -
CMYK 0 0.41 0.4 0.41
HSL 358.06º 0.26% 0.47% -
HSV(B) 358.06º 0.41% 0.59% -
XYZ 17.91 14.2 11.47 -
YUV 106.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 150 88 90 0 0.41 0.4 0.41 358.06 0.26 0.47
Hex 96 58 5A 0 29 28 29 166 1A 2F
Octal 226 130 132 0 51 50 51 546 32 57
Binary 10010110 1011000 1011010 0 101001 101000 101001 101100110 11010 101111

Color Harmonies of #96585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96585A

Black with #96585A

Text Example


Text Example

White with #96585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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