Html Css Color HEX #96586A Vin Rouge

📋 copy color: '#96586A'

red 150 ◦ green 88 ◦ blue 106

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

Shades of Vin Rouge #96586A

Tints of Vin Rouge #96586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 43.6%
G = 25.58%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96586A (or 0x96586A) is known color: Vin Rouge. HEX triplet: 96, 58 and 6A. RGB value is (150,88,106). Sum of RGB (Red+Green+Blue) = 150+88+106=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96586A is #69A795. Grayscale: #6C6C6C. Windows color (decimal): -6924182 or 6969494. OLE color: 6969494.

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

Color convert

RGB 150 88 106 -
CMYK 0 0.41 0.29 0.41
HSL 342.58º 0.26% 0.47% -
HSV(B) 342.58º 0.41% 0.59% -
XYZ 18.67 14.5 15.45 -
YUV 108.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 150 88 106 0 0.41 0.29 0.41 342.58 0.26 0.47
Hex 96 58 6A 0 29 1D 29 157 1A 2F
Octal 226 130 152 0 51 35 51 527 32 57
Binary 10010110 1011000 1101010 0 101001 11101 101001 101010111 11010 101111

Color Harmonies of #96586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96586A

Black with #96586A

Text Example


Text Example

White with #96586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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