Html Css Color HEX #8C595F Vin Rouge

📋 copy color: '#8C595F'

red 140 ◦ green 89 ◦ blue 95

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

Shades of Vin Rouge #8C595F

Tints of Vin Rouge #8C595F

RGB

 RED value IS 140 (55.08% from 255) = 43.21%

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 43.21%
G = 27.47%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C595F (or 0x8C595F) is known color: Vin Rouge. HEX triplet: 8C, 59 and 5F. RGB value is (140,89,95). Sum of RGB (Red+Green+Blue) = 140+89+95=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C595F is #73A6A0. Grayscale: #686868. Windows color (decimal): -7579297 or 6248844. OLE color: 6248844.

HSL color Cylindrical-coordinate representation of color #8C595F: hue angle of 352.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C595F is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 89 95 -
CMYK 0 0.36 0.32 0.45
HSL 352.94º 0.22% 0.45% -
HSV(B) 352.94º 0.36% 0.55% -
XYZ 16.45 13.55 12.57 -
YUV 104.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 140 89 95 0 0.36 0.32 0.45 352.94 0.22 0.45
Hex 8C 59 5F 0 24 20 2D 161 16 2D
Octal 214 131 137 0 44 40 55 541 26 55
Binary 10001100 1011001 1011111 0 100100 100000 101101 101100001 10110 101101

Color Harmonies of #8C595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C595F

Black with #8C595F

Text Example


Text Example

White with #8C595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C595F; }

 p { color: rgb(140,89,95); }

 H1.HeaderClassName
 {
   color: #8C595F;
 }
 .AnyTagClassName
 {
   color: #8C595F;
 }
</style>

background-color css

<style>
 a { background-color: #8C595F; }

 a { background-color: rgb(140,89,95); }

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

border-color css

<style>
 span { border-color: #8C595F; }

 span { border-color: rgb(140,89,95); }

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