Html Css Color HEX #8B1E58 Rose Bud Cherry

📋 copy color: '#8B1E58'

red 139 ◦ green 30 ◦ blue 88

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

Shades of Rose Bud Cherry #8B1E58

Tints of Rose Bud Cherry #8B1E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 54.09%
G = 11.67%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B1E58 (or 0x8B1E58) is known color: Rose Bud Cherry. HEX triplet: 8B, 1E and 58. RGB value is (139,30,88). Sum of RGB (Red+Green+Blue) = 139+30+88=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E58 is #74E1A7. Grayscale: #454545. Windows color (decimal): -7659944 or 5774987. OLE color: 5774987.

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

Color convert

RGB 139 30 88 -
CMYK 0 0.78 0.37 0.45
HSL 328.07º 0.64% 0.33% -
HSV(B) 328.07º 0.78% 0.55% -
XYZ 12.87 7.12 9.93 -
YUV 69.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 139 30 88 0 0.78 0.37 0.45 328.07 0.64 0.33
Hex 8B 1E 58 0 4E 25 2D 148 40 21
Octal 213 36 130 0 116 45 55 510 100 41
Binary 10001011 11110 1011000 0 1001110 100101 101101 101001000 1000000 100001

Color Harmonies of #8B1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E58

Black with #8B1E58

Text Example


Text Example

White with #8B1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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