#8B365A

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

Shades of Rose Bud Cherry #8B365A

Tints of Rose Bud Cherry #8B365A

Color information

#8B365A (or 0x8B365A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 36 and 5A. RGB value is (139,54,90). Sum of RGB (Red+Green+Blue) = 139+54+90=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B365A is #74C9A5. Grayscale: #535353. Windows color (decimal): -7653798 or 5912203. OLE color: 5912203.

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

Color convert

RGB1395490-
CMYK00.610.350.45
HSL334.59º44.04%37.84%-
HSV(B)334.59º61.15%54.51%-
XYZ13.818.8710.66-
YUV83.52131.66167.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=49.12%
G=19.08%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139549000.610.350.45334.5944.0437.84
Hex8B365A03D232D14f2c26
Octal2136613207543555175446
Binary1000101111011010110100111101100011101101101001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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