Html Css Color HEX #9C526B Vin Rouge

📋 copy color: '#9C526B'

red 156 ◦ green 82 ◦ blue 107

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

Shades of Vin Rouge #9C526B

Tints of Vin Rouge #9C526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 45.22%
G = 23.77%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C526B (or 0x9C526B) is known color: Vin Rouge. HEX triplet: 9C, 52 and 6B. RGB value is (156,82,107). Sum of RGB (Red+Green+Blue) = 156+82+107=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C526B is #63AD94. Grayscale: #6A6A6A. Windows color (decimal): -6532501 or 7033500. OLE color: 7033500.

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

Color convert

RGB 156 82 107 -
CMYK 0 0.47 0.31 0.39
HSL 339.73º 0.31% 0.47% -
HSV(B) 339.73º 0.47% 0.61% -
XYZ 19.38 14.16 15.62 -
YUV 106.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 156 82 107 0 0.47 0.31 0.39 339.73 0.31 0.47
Hex 9C 52 6B 0 2F 1F 27 154 1F 2F
Octal 234 122 153 0 57 37 47 524 37 57
Binary 10011100 1010010 1101011 0 101111 11111 100111 101010100 11111 101111

Color Harmonies of #9C526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C526B

Black with #9C526B

Text Example


Text Example

White with #9C526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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