#8D3067

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

Shades of Rose Bud Cherry #8D3067

Tints of Rose Bud Cherry #8D3067

Color information

#8D3067 (or 0x8D3067) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 30 and 67. RGB value is (141,48,103). Sum of RGB (Red+Green+Blue) = 141+48+103=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3067 is #72CF98. Grayscale: #515151. Windows color (decimal): -7524249 or 6762637. OLE color: 6762637.

HSL color Cylindrical-coordinate representation of color #8D3067: hue angle of 324.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3067 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14148103-
CMYK00.660.270.45
HSL324.52º49.21%37.06%-
HSV(B)324.52º65.96%55.29%-
XYZ14.498.7613.76-
YUV82.08139.81170.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=48.29%
G=16.44%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414810300.660.270.45324.5249.2137.06
Hex8D30670421B2D1453125
Octal21560147010233555056145
Binary1000110111000011001110100001011011101101101000101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,103); }

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

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

 a { background-color: rgb(141,48,103); }

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

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

 span { border-color: rgb(141,48,103); }

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