#8C3461

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

Shades of Rose Bud Cherry #8C3461

Tints of Rose Bud Cherry #8C3461

Color information

#8C3461 (or 0x8C3461) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 34 and 61. RGB value is (140,52,97). Sum of RGB (Red+Green+Blue) = 140+52+97=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3461 is #73CB9E. Grayscale: #535353. Windows color (decimal): -7588767 or 6370444. OLE color: 6370444.

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

Color convert

RGB1405297-
CMYK00.630.310.45
HSL329.32º45.83%37.65%-
HSV(B)329.32º62.86%54.9%-
XYZ14.28.8912.28-
YUV83.44135.65168.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=48.44%
G=17.99%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140529700.630.310.45329.3245.8337.65
Hex8C346103F1F2D1492e26
Octal2146414107737555115646
Binary100011001101001100001011111111111101101101001001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,97); }

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

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

 a { background-color: rgb(140,52,97); }

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

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

 span { border-color: rgb(140,52,97); }

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