#8B345A

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

Shades of Rose Bud Cherry #8B345A

Tints of Rose Bud Cherry #8B345A

Color information

#8B345A (or 0x8B345A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 34 and 5A. RGB value is (139,52,90). Sum of RGB (Red+Green+Blue) = 139+52+90=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B345A is #74CBA5. Grayscale: #525252. Windows color (decimal): -7654310 or 5911691. OLE color: 5911691.

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

Color convert

RGB1395290-
CMYK00.630.350.45
HSL333.79º45.55%37.45%-
HSV(B)333.79º62.59%54.51%-
XYZ13.728.6810.63-
YUV82.34132.32168.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=49.47%
G=18.51%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139529000.630.350.45333.7945.5537.45
Hex8B345A03F232D14e2e25
Octal2136413207743555165645
Binary1000101111010010110100111111100011101101101001110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,90); }

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

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

 a { background-color: rgb(139,52,90); }

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

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

 span { border-color: rgb(139,52,90); }

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