#8B124B

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

Shades of Rose Bud Cherry #8B124B

Tints of Rose Bud Cherry #8B124B

Color information

#8B124B (or 0x8B124B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 12 and 4B. RGB value is (139,18,75). Sum of RGB (Red+Green+Blue) = 139+18+75=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B124B is #74EDB4. Grayscale: #3C3C3C. Windows color (decimal): -7663029 or 4919947. OLE color: 4919947.

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

Color convert

RGB1391875-
CMYK00.870.460.45
HSL331.74º77.07%30.78%-
HSV(B)331.74º87.05%54.51%-
XYZ12.136.437.26-
YUV60.68136.09183.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=59.91%
G=7.76%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139187500.870.460.45331.7477.0730.78
Hex8B124B0572E2D14c4d1f
Octal213221130127565551411537
Binary1000101110010100101101010111101110101101101001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,75); }

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

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

 a { background-color: rgb(139,18,75); }

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

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

 span { border-color: rgb(139,18,75); }

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