Html Css Color HEX #9C5270 Vin Rouge

📋 copy color: '#9C5270'

red 156 ◦ green 82 ◦ blue 112

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

Shades of Vin Rouge #9C5270

Tints of Vin Rouge #9C5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 44.57%
G = 23.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C5270 (or 0x9C5270) is known color: Vin Rouge. HEX triplet: 9C, 52 and 70. RGB value is (156,82,112). Sum of RGB (Red+Green+Blue) = 156+82+112=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5270 is #63AD8F. Grayscale: #6B6B6B. Windows color (decimal): -6532496 or 7361180. OLE color: 7361180.

HSL color Cylindrical-coordinate representation of color #9C5270: hue angle of 335.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5270 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 112 -
CMYK 0 0.47 0.28 0.39
HSL 335.68º 0.31% 0.47% -
HSV(B) 335.68º 0.47% 0.61% -
XYZ 19.65 14.27 17.05 -
YUV 107.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 156 82 112 0 0.47 0.28 0.39 335.68 0.31 0.47
Hex 9C 52 70 0 2F 1C 27 150 1F 2F
Octal 234 122 160 0 57 34 47 520 37 57
Binary 10011100 1010010 1110000 0 101111 11100 100111 101010000 11111 101111

Color Harmonies of #9C5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5270

Black with #9C5270

Text Example


Text Example

White with #9C5270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,112); }

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

background-color css

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

 a { background-color: rgb(156,82,112); }

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

border-color css

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

 span { border-color: rgb(156,82,112); }

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