Html Css Color HEX #9C5A5C Vin Rouge

📋 copy color: '#9C5A5C'

red 156 ◦ green 90 ◦ blue 92

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

Shades of Vin Rouge #9C5A5C

Tints of Vin Rouge #9C5A5C

RGB

 RED value IS 156 (61.33% from 255) = 46.15%

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

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

R = 46.15%
G = 26.63%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C5A5C (or 0x9C5A5C) is known color: Vin Rouge. HEX triplet: 9C, 5A and 5C. RGB value is (156,90,92). Sum of RGB (Red+Green+Blue) = 156+90+92=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A5C is #63A5A3. Grayscale: #6E6E6E. Windows color (decimal): -6530468 or 6052508. OLE color: 6052508.

HSL color Cylindrical-coordinate representation of color #9C5A5C: hue angle of 358.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A5C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 90 92 -
CMYK 0 0.42 0.41 0.39
HSL 358.18º 0.27% 0.48% -
HSV(B) 358.18º 0.42% 0.61% -
XYZ 19.3 15.15 12.03 -
YUV 109.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 156 90 92 0 0.42 0.41 0.39 358.18 0.27 0.48
Hex 9C 5A 5C 0 2A 29 27 166 1B 30
Octal 234 132 134 0 52 51 47 546 33 60
Binary 10011100 1011010 1011100 0 101010 101001 100111 101100110 11011 110000

Color Harmonies of #9C5A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A5C

Black with #9C5A5C

Text Example


Text Example

White with #9C5A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5A5C; }

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

 H1.HeaderClassName
 {
   color: #9C5A5C;
 }
 .AnyTagClassName
 {
   color: #9C5A5C;
 }
</style>

background-color css

<style>
 a { background-color: #9C5A5C; }

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

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

border-color css

<style>
 span { border-color: #9C5A5C; }

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

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