Html Css Color HEX #9C536A Vin Rouge

📋 copy color: '#9C536A'

red 156 ◦ green 83 ◦ blue 106

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

Shades of Vin Rouge #9C536A

Tints of Vin Rouge #9C536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 45.22%
G = 24.06%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C536A (or 0x9C536A) is known color: Vin Rouge. HEX triplet: 9C, 53 and 6A. RGB value is (156,83,106). Sum of RGB (Red+Green+Blue) = 156+83+106=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C536A is #63AC95. Grayscale: #6B6B6B. Windows color (decimal): -6532246 or 6968220. OLE color: 6968220.

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

Color convert

RGB 156 83 106 -
CMYK 0 0.47 0.32 0.39
HSL 341.1º 0.31% 0.47% -
HSV(B) 341.1º 0.47% 0.61% -
XYZ 19.41 14.3 15.37 -
YUV 107.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 156 83 106 0 0.47 0.32 0.39 341.1 0.31 0.47
Hex 9C 53 6A 0 2F 20 27 155 1F 2F
Octal 234 123 152 0 57 40 47 525 37 57
Binary 10011100 1010011 1101010 0 101111 100000 100111 101010101 11111 101111

Color Harmonies of #9C536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C536A

Black with #9C536A

Text Example


Text Example

White with #9C536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,83,106); }

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

background-color css

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

 a { background-color: rgb(156,83,106); }

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

border-color css

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

 span { border-color: rgb(156,83,106); }

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