#8E3461

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

Shades of Rose Bud Cherry #8E3461

Tints of Rose Bud Cherry #8E3461

Color information

#8E3461 (or 0x8E3461) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 34 and 61. RGB value is (142,52,97). Sum of RGB (Red+Green+Blue) = 142+52+97=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3461 is #71CB9E. Grayscale: #535353. Windows color (decimal): -7457695 or 6370446. OLE color: 6370446.

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

Color convert

RGB1425297-
CMYK00.630.320.44
HSL330º46.39%38.04%-
HSV(B)330º63.38%55.69%-
XYZ14.549.0712.29-
YUV84.04135.32169.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=48.80%
G=17.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142529700.630.320.4433046.3938.04
Hex8E346103F202C14a2e26
Octal2166414107740545125646
Binary1000111011010011000010111111100000101100101001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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