#8C375F

Color #8C375F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8C375F

Tints of Rose Bud Cherry #8C375F

Color information

#8C375F (or 0x8C375F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 37 and 5F. RGB value is (140,55,95). Sum of RGB (Red+Green+Blue) = 140+55+95=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C375F is #73C8A0. Grayscale: #545454. Windows color (decimal): -7588001 or 6240140. OLE color: 6240140.

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

Color convert

RGB1405595-
CMYK00.610.320.45
HSL331.76º43.59%38.24%-
HSV(B)331.76º60.71%54.9%-
XYZ14.259.1311.84-
YUV84.98133.66167.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=48.28%
G=18.97%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140559500.610.320.45331.7643.5938.24
Hex8C375F03D202D14c2c26
Octal2146713707540555145446
Binary1000110011011110111110111101100000101101101001100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C375F;
 }
 .AnyTagClassName
 {
   color: #8C375F;
 }
</style>
background-color css

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

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

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

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

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

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