Html Css Color HEX #9C525B Vin Rouge

📋 copy color: '#9C525B'

red 156 ◦ green 82 ◦ blue 91

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

Shades of Vin Rouge #9C525B

Tints of Vin Rouge #9C525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 47.42%
G = 24.92%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C525B (or 0x9C525B) is known color: Vin Rouge. HEX triplet: 9C, 52 and 5B. RGB value is (156,82,91). Sum of RGB (Red+Green+Blue) = 156+82+91=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C525B is #63ADA4. Grayscale: #696969. Windows color (decimal): -6532517 or 5984924. OLE color: 5984924.

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

Color convert

RGB 156 82 91 -
CMYK 0 0.47 0.42 0.39
HSL 352.7º 0.31% 0.47% -
HSV(B) 352.7º 0.47% 0.61% -
XYZ 18.62 13.86 11.59 -
YUV 105.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 156 82 91 0 0.47 0.42 0.39 352.7 0.31 0.47
Hex 9C 52 5B 0 2F 2A 27 161 1F 2F
Octal 234 122 133 0 57 52 47 541 37 57
Binary 10011100 1010010 1011011 0 101111 101010 100111 101100001 11111 101111

Color Harmonies of #9C525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C525B

Black with #9C525B

Text Example


Text Example

White with #9C525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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