Html Css Color HEX #8B1F55 Rose Bud Cherry

📋 copy color: '#8B1F55'

red 139 ◦ green 31 ◦ blue 85

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

Shades of Rose Bud Cherry #8B1F55

Tints of Rose Bud Cherry #8B1F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.16%

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

R = 54.51%
G = 12.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B1F55 (or 0x8B1F55) is known color: Rose Bud Cherry. HEX triplet: 8B, 1F and 55. RGB value is (139,31,85). Sum of RGB (Red+Green+Blue) = 139+31+85=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F55 is #74E0AA. Grayscale: #454545. Windows color (decimal): -7659691 or 5578635. OLE color: 5578635.

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

Color convert

RGB 139 31 85 -
CMYK 0 0.78 0.39 0.45
HSL 330º 0.64% 0.33% -
HSV(B) 330º 0.78% 0.55% -
XYZ 12.78 7.12 9.3 -
YUV 69.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 139 31 85 0 0.78 0.39 0.45 330 0.64 0.33
Hex 8B 1F 55 0 4E 27 2D 14A 40 21
Octal 213 37 125 0 116 47 55 512 100 41
Binary 10001011 11111 1010101 0 1001110 100111 101101 101001010 1000000 100001

Color Harmonies of #8B1F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1F55

Black with #8B1F55

Text Example


Text Example

White with #8B1F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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