Html Css Color HEX #9C565D Vin Rouge

📋 copy color: '#9C565D'

red 156 ◦ green 86 ◦ blue 93

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

Shades of Vin Rouge #9C565D

Tints of Vin Rouge #9C565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 46.57%
G = 25.67%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C565D (or 0x9C565D) is known color: Vin Rouge. HEX triplet: 9C, 56 and 5D. RGB value is (156,86,93). Sum of RGB (Red+Green+Blue) = 156+86+93=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C565D is #63A9A2. Grayscale: #6B6B6B. Windows color (decimal): -6531491 or 6117020. OLE color: 6117020.

HSL color Cylindrical-coordinate representation of color #9C565D: hue angle of 354º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C565D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 86 93 -
CMYK 0 0.45 0.40 0.39
HSL 354º 0.29% 0.47% -
HSV(B) 354º 0.45% 0.61% -
XYZ 19.01 14.51 12.16 -
YUV 107.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 156 86 93 0 0.45 0.40 0.39 354 0.29 0.47
Hex 9C 56 5D 0 2D 28 27 162 1D 2F
Octal 234 126 135 0 55 50 47 542 35 57
Binary 10011100 1010110 1011101 0 101101 101000 100111 101100010 11101 101111

Color Harmonies of #9C565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C565D

Black with #9C565D

Text Example


Text Example

White with #9C565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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