Html Css Color HEX #8B1C58 Rose Bud Cherry

📋 copy color: '#8B1C58'

red 139 ◦ green 28 ◦ blue 88

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

Shades of Rose Bud Cherry #8B1C58

Tints of Rose Bud Cherry #8B1C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 54.51%
G = 10.98%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B1C58 (or 0x8B1C58) is known color: Rose Bud Cherry. HEX triplet: 8B, 1C and 58. RGB value is (139,28,88). Sum of RGB (Red+Green+Blue) = 139+28+88=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C58 is #74E3A7. Grayscale: #434343. Windows color (decimal): -7660456 or 5774475. OLE color: 5774475.

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

Color convert

RGB 139 28 88 -
CMYK 0 0.80 0.37 0.45
HSL 327.57º 0.66% 0.33% -
HSV(B) 327.57º 0.8% 0.55% -
XYZ 12.82 7.02 9.91 -
YUV 68.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 139 28 88 0 0.80 0.37 0.45 327.57 0.66 0.33
Hex 8B 1C 58 0 50 25 2D 148 42 21
Octal 213 34 130 0 120 45 55 510 102 41
Binary 10001011 11100 1011000 0 1010000 100101 101101 101001000 1000010 100001

Color Harmonies of #8B1C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C58

Black with #8B1C58

Text Example


Text Example

White with #8B1C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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