#8C3467

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

Shades of Rose Bud Cherry #8C3467

Tints of Rose Bud Cherry #8C3467

Color information

#8C3467 (or 0x8C3467) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 34 and 67. RGB value is (140,52,103). Sum of RGB (Red+Green+Blue) = 140+52+103=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3467 is #73CB98. Grayscale: #545454. Windows color (decimal): -7588761 or 6763660. OLE color: 6763660.

HSL color Cylindrical-coordinate representation of color #8C3467: hue angle of 325.23º 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 #8C3467 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14052103-
CMYK00.630.260.45
HSL325.23º45.83%37.65%-
HSV(B)325.23º62.86%54.9%-
XYZ14.499.0113.81-
YUV84.13138.65167.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=47.46%
G=17.63%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405210300.630.260.45325.2345.8337.65
Hex8C346703F1A2D1452e26
Octal2146414707732555055646
Binary100011001101001100111011111111010101101101000101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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