#8B1F4F

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

Shades of Rose Bud Cherry #8B1F4F

Tints of Rose Bud Cherry #8B1F4F

Color information

#8B1F4F (or 0x8B1F4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1F and 4F. RGB value is (139,31,79). Sum of RGB (Red+Green+Blue) = 139+31+79=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F4F is #74E0B0. Grayscale: #444444. Windows color (decimal): -7659697 or 5185419. OLE color: 5185419.

HSL color Cylindrical-coordinate representation of color #8B1F4F: hue angle of 333.33º 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 #8B1F4F is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1393179-
CMYK00.780.430.45
HSL333.33º63.53%33.33%-
HSV(B)333.33º77.7%54.51%-
XYZ12.557.038.09-
YUV68.76133.78178.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=55.82%
G=12.45%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139317900.780.430.45333.3363.5333.33
Hex8B1F4F04E2B2D14d4021
Octal213371170116535551510041
Binary10001011111111001111010011101010111011011010011011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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