Html Css Color HEX #965A5C Vin Rouge

📋 copy color: '#965A5C'

red 150 ◦ green 90 ◦ blue 92

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

Shades of Vin Rouge #965A5C

Tints of Vin Rouge #965A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 45.18%
G = 27.11%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#965A5C (or 0x965A5C) is known color: Vin Rouge. HEX triplet: 96, 5A and 5C. RGB value is (150,90,92). Sum of RGB (Red+Green+Blue) = 150+90+92=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A5C is #69A5A3. Grayscale: #6C6C6C. Windows color (decimal): -6923684 or 6052502. OLE color: 6052502.

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

Color convert

RGB 150 90 92 -
CMYK 0 0.4 0.39 0.41
HSL 358º 0.25% 0.47% -
HSV(B) 358º 0.4% 0.59% -
XYZ 18.17 14.57 11.98 -
YUV 108.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 150 90 92 0 0.4 0.39 0.41 358 0.25 0.47
Hex 96 5A 5C 0 28 27 29 166 19 2F
Octal 226 132 134 0 50 47 51 546 31 57
Binary 10010110 1011010 1011100 0 101000 100111 101001 101100110 11001 101111

Color Harmonies of #965A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A5C

Black with #965A5C

Text Example


Text Example

White with #965A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A5C; }

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

 H1.HeaderClassName
 {
   color: #965A5C;
 }
 .AnyTagClassName
 {
   color: #965A5C;
 }
</style>

background-color css

<style>
 a { background-color: #965A5C; }

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

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

border-color css

<style>
 span { border-color: #965A5C; }

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

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