#8C1352

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

Shades of Rose Bud Cherry #8C1352

Tints of Rose Bud Cherry #8C1352

Color information

#8C1352 (or 0x8C1352) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 13 and 52. RGB value is (140,19,82). Sum of RGB (Red+Green+Blue) = 140+19+82=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1352 is #73ECAD. Grayscale: #3E3E3E. Windows color (decimal): -7597230 or 5378956. OLE color: 5378956.

HSL color Cylindrical-coordinate representation of color #8C1352: hue angle of 328.76º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1352 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1401982-
CMYK00.860.410.45
HSL328.76º76.1%31.18%-
HSV(B)328.76º86.43%54.9%-
XYZ12.576.658.6-
YUV62.36139.09183.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=58.09%
G=7.88%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140198200.860.410.45328.7676.131.18
Hex8C1352056292D1494c1f
Octal214231220126515551111437
Binary1000110010011101001001010110101001101101101001001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,82); }

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

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

 a { background-color: rgb(140,19,82); }

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

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

 span { border-color: rgb(140,19,82); }

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