Html Css Color HEX #8B1C55 Rose Bud Cherry

📋 copy color: '#8B1C55'

red 139 ◦ green 28 ◦ blue 85

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

Shades of Rose Bud Cherry #8B1C55

Tints of Rose Bud Cherry #8B1C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 55.16%
G = 11.11%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B1C55 (or 0x8B1C55) is known color: Rose Bud Cherry. HEX triplet: 8B, 1C and 55. RGB value is (139,28,85). Sum of RGB (Red+Green+Blue) = 139+28+85=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C55 is #74E3AA. Grayscale: #434343. Windows color (decimal): -7660459 or 5577867. OLE color: 5577867.

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

Color convert

RGB 139 28 85 -
CMYK 0 0.80 0.39 0.45
HSL 329.19º 0.66% 0.33% -
HSV(B) 329.19º 0.8% 0.55% -
XYZ 12.7 6.98 9.27 -
YUV 67.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 139 28 85 0 0.80 0.39 0.45 329.19 0.66 0.33
Hex 8B 1C 55 0 50 27 2D 149 42 21
Octal 213 34 125 0 120 47 55 511 102 41
Binary 10001011 11100 1010101 0 1010000 100111 101101 101001001 1000010 100001

Color Harmonies of #8B1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C55

Black with #8B1C55

Text Example


Text Example

White with #8B1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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