Html Css Color HEX #8B1456 Rose Bud Cherry

📋 copy color: '#8B1456'

red 139 ◦ green 20 ◦ blue 86

#8B1456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8B1456

Tints of Rose Bud Cherry #8B1456

RGB

 RED value IS 139 (54.69% from 255) = 56.73%

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 56.73%
G = 8.16%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B1456 (or 0x8B1456) is known color: Rose Bud Cherry. HEX triplet: 8B, 14 and 56. RGB value is (139,20,86). Sum of RGB (Red+Green+Blue) = 139+20+86=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1456 is #74EBA9. Grayscale: #3E3E3E. Windows color (decimal): -7662506 or 5641355. OLE color: 5641355.

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

Color convert

RGB 139 20 86 -
CMYK 0 0.86 0.38 0.45
HSL 326.72º 0.75% 0.31% -
HSV(B) 326.72º 0.86% 0.55% -
XYZ 12.58 6.66 9.43 -
YUV 63.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 139 20 86 0 0.86 0.38 0.45 326.72 0.75 0.31
Hex 8B 14 56 0 56 26 2D 147 4B 1F
Octal 213 24 126 0 126 46 55 507 113 37
Binary 10001011 10100 1010110 0 1010110 100110 101101 101000111 1001011 11111

Color Harmonies of #8B1456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1456

Black with #8B1456

Text Example


Text Example

White with #8B1456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,86); }

 H1.HeaderClassName
 {
   color: #8B1456;
 }
 .AnyTagClassName
 {
   color: #8B1456;
 }
</style>

background-color css

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

 a { background-color: rgb(139,20,86); }

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

border-color css

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

 span { border-color: rgb(139,20,86); }

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