Html Css Color HEX #8B1E56 Rose Bud Cherry

📋 copy color: '#8B1E56'

red 139 ◦ green 30 ◦ blue 86

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

Shades of Rose Bud Cherry #8B1E56

Tints of Rose Bud Cherry #8B1E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 54.51%
G = 11.76%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B1E56 (or 0x8B1E56) is known color: Rose Bud Cherry. HEX triplet: 8B, 1E and 56. RGB value is (139,30,86). Sum of RGB (Red+Green+Blue) = 139+30+86=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E56 is #74E1A9. Grayscale: #444444. Windows color (decimal): -7659946 or 5643915. OLE color: 5643915.

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

Color convert

RGB 139 30 86 -
CMYK 0 0.78 0.38 0.45
HSL 329.17º 0.64% 0.33% -
HSV(B) 329.17º 0.78% 0.55% -
XYZ 12.79 7.09 9.5 -
YUV 68.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 139 30 86 0 0.78 0.38 0.45 329.17 0.64 0.33
Hex 8B 1E 56 0 4E 26 2D 149 40 21
Octal 213 36 126 0 116 46 55 511 100 41
Binary 10001011 11110 1010110 0 1001110 100110 101101 101001001 1000000 100001

Color Harmonies of #8B1E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E56

Black with #8B1E56

Text Example


Text Example

White with #8B1E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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