#8b1f53

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

Shades of Rose Bud Cherry #8B1F53

Tints of Rose Bud Cherry #8B1F53

Color information

#8B1F53 (or 0x8B1F53) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1F and 53. RGB value is (139,31,83). Sum of RGB (Red+Green+Blue) = 139+31+83=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F53 is #74E0AC. Grayscale: #454545. Windows color (decimal): -7659693 or 5447563. OLE color: 5447563.

HSL color Cylindrical-coordinate representation of color #8B1F53: hue angle of 331.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F53 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1393183-
CMYK00.780.400.45
HSL331.11º63.53%33.33%-
HSV(B)331.11º77.7%54.51%-
XYZ12.77.098.88-
YUV69.22135.78177.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=54.94%
G=12.25%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139318300.780.400.45331.1163.5333.33
Hex8B1F5304E282D14b4021
Octal213371230116505551310041
Binary10001011111111010011010011101010001011011010010111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,83); }

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

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

 a { background-color: rgb(139,31,83); }

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

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

 span { border-color: rgb(139,31,83); }

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