Html Css Color HEX #9C525D Vin Rouge

📋 copy color: '#9C525D'

red 156 ◦ green 82 ◦ blue 93

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

Shades of Vin Rouge #9C525D

Tints of Vin Rouge #9C525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 47.13%
G = 24.77%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C525D (or 0x9C525D) is known color: Vin Rouge. HEX triplet: 9C, 52 and 5D. RGB value is (156,82,93). Sum of RGB (Red+Green+Blue) = 156+82+93=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C525D is #63ADA2. Grayscale: #696969. Windows color (decimal): -6532515 or 6115996. OLE color: 6115996.

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

Color convert

RGB 156 82 93 -
CMYK 0 0.47 0.40 0.39
HSL 351.08º 0.31% 0.47% -
HSV(B) 351.08º 0.47% 0.61% -
XYZ 18.7 13.89 12.05 -
YUV 105.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 156 82 93 0 0.47 0.40 0.39 351.08 0.31 0.47
Hex 9C 52 5D 0 2F 28 27 15F 1F 2F
Octal 234 122 135 0 57 50 47 537 37 57
Binary 10011100 1010010 1011101 0 101111 101000 100111 101011111 11111 101111

Color Harmonies of #9C525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C525D

Black with #9C525D

Text Example


Text Example

White with #9C525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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