Html Css Color HEX #9C5274 Vin Rouge

📋 copy color: '#9C5274'

red 156 ◦ green 82 ◦ blue 116

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

Shades of Vin Rouge #9C5274

Tints of Vin Rouge #9C5274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 44.07%
G = 23.16%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C5274 (or 0x9C5274) is known color: Vin Rouge. HEX triplet: 9C, 52 and 74. RGB value is (156,82,116). Sum of RGB (Red+Green+Blue) = 156+82+116=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5274 is #63AD8B. Grayscale: #6B6B6B. Windows color (decimal): -6532492 or 7623324. OLE color: 7623324.

HSL color Cylindrical-coordinate representation of color #9C5274: hue angle of 332.43º 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 #9C5274 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 116 -
CMYK 0 0.47 0.26 0.39
HSL 332.43º 0.31% 0.47% -
HSV(B) 332.43º 0.47% 0.61% -
XYZ 19.88 14.36 18.25 -
YUV 108 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 156 82 116 0 0.47 0.26 0.39 332.43 0.31 0.47
Hex 9C 52 74 0 2F 1A 27 14C 1F 2F
Octal 234 122 164 0 57 32 47 514 37 57
Binary 10011100 1010010 1110100 0 101111 11010 100111 101001100 11111 101111

Color Harmonies of #9C5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5274

Black with #9C5274

Text Example


Text Example

White with #9C5274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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