#8B1C51

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

Shades of Rose Bud Cherry #8B1C51

Tints of Rose Bud Cherry #8B1C51

Color information

#8B1C51 (or 0x8B1C51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1C and 51. RGB value is (139,28,81). Sum of RGB (Red+Green+Blue) = 139+28+81=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C51 is #74E3AE. Grayscale: #434343. Windows color (decimal): -7660463 or 5315723. OLE color: 5315723.

HSL color Cylindrical-coordinate representation of color #8B1C51: hue angle of 331.35º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C51 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1392881-
CMYK00.800.420.45
HSL331.35º66.47%32.75%-
HSV(B)331.35º79.86%54.51%-
XYZ12.556.918.46-
YUV67.23135.77179.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=56.05%
G=11.29%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139288100.800.420.45331.3566.4732.75
Hex8B1C510502A2D14b4221
Octal213341210120525551310241
Binary10001011111001010001010100001010101011011010010111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,81); }

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

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

 a { background-color: rgb(139,28,81); }

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

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

 span { border-color: rgb(139,28,81); }

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