Html Css Color HEX #9C5367 Vin Rouge

📋 copy color: '#9C5367'

red 156 ◦ green 83 ◦ blue 103

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

Shades of Vin Rouge #9C5367

Tints of Vin Rouge #9C5367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 45.61%
G = 24.27%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9C5367 (or 0x9C5367) is known color: Vin Rouge. HEX triplet: 9C, 53 and 67. RGB value is (156,83,103). Sum of RGB (Red+Green+Blue) = 156+83+103=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5367 is #63AC98. Grayscale: #6B6B6B. Windows color (decimal): -6532249 or 6771612. OLE color: 6771612.

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

Color convert

RGB 156 83 103 -
CMYK 0 0.47 0.34 0.39
HSL 343.56º 0.31% 0.47% -
HSV(B) 343.56º 0.47% 0.61% -
XYZ 19.25 14.23 14.56 -
YUV 107.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 156 83 103 0 0.47 0.34 0.39 343.56 0.31 0.47
Hex 9C 53 67 0 2F 22 27 158 1F 2F
Octal 234 123 147 0 57 42 47 530 37 57
Binary 10011100 1010011 1100111 0 101111 100010 100111 101011000 11111 101111

Color Harmonies of #9C5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5367

Black with #9C5367

Text Example


Text Example

White with #9C5367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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