Html Css Color HEX #8B1A58 Rose Bud Cherry

📋 copy color: '#8B1A58'

red 139 ◦ green 26 ◦ blue 88

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

Shades of Rose Bud Cherry #8B1A58

Tints of Rose Bud Cherry #8B1A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

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

R = 54.94%
G = 10.28%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B1A58 (or 0x8B1A58) is known color: Rose Bud Cherry. HEX triplet: 8B, 1A and 58. RGB value is (139,26,88). Sum of RGB (Red+Green+Blue) = 139+26+88=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A58 is #74E5A7. Grayscale: #424242. Windows color (decimal): -7660968 or 5773963. OLE color: 5773963.

HSL color Cylindrical-coordinate representation of color #8B1A58: hue angle of 327.08º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A58 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 26 88 -
CMYK 0 0.81 0.37 0.45
HSL 327.08º 0.68% 0.32% -
HSV(B) 327.08º 0.81% 0.55% -
XYZ 12.78 6.93 9.9 -
YUV 66.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 139 26 88 0 0.81 0.37 0.45 327.08 0.68 0.32
Hex 8B 1A 58 0 51 25 2D 147 44 20
Octal 213 32 130 0 121 45 55 507 104 40
Binary 10001011 11010 1011000 0 1010001 100101 101101 101000111 1000100 100000

Color Harmonies of #8B1A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A58

Black with #8B1A58

Text Example


Text Example

White with #8B1A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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