#8A3858

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

Shades of Rose Bud Cherry #8A3858

Tints of Rose Bud Cherry #8A3858

Color information

#8A3858 (or 0x8A3858) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 38 and 58. RGB value is (138,56,88). Sum of RGB (Red+Green+Blue) = 138+56+88=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3858 is #75C7A7. Grayscale: #545454. Windows color (decimal): -7718824 or 5781642. OLE color: 5781642.

HSL color Cylindrical-coordinate representation of color #8A3858: hue angle of 336.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3858 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1385688-
CMYK00.590.360.46
HSL336.59º42.27%38.04%-
HSV(B)336.59º59.42%54.12%-
XYZ13.668.9410.24-
YUV84.17130.17166.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=48.94%
G=19.86%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138568800.590.360.46336.5942.2738.04
Hex8A385803B242E1512a26
Octal2127013007344565215246
Binary1000101011100010110000111011100100101110101010001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,88); }

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

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

 a { background-color: rgb(138,56,88); }

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

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

 span { border-color: rgb(138,56,88); }

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