Html Css Color HEX #8B2F55 Rose Bud Cherry

📋 copy color: '#8B2F55'

red 139 ◦ green 47 ◦ blue 85

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

Shades of Rose Bud Cherry #8B2F55

Tints of Rose Bud Cherry #8B2F55

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 51.29%
G = 17.34%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B2F55 (or 0x8B2F55) is known color: Rose Bud Cherry. HEX triplet: 8B, 2F and 55. RGB value is (139,47,85). Sum of RGB (Red+Green+Blue) = 139+47+85=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F55 is #74D0AA. Grayscale: #4E4E4E. Windows color (decimal): -7655595 or 5582731. OLE color: 5582731.

HSL color Cylindrical-coordinate representation of color #8B2F55: hue angle of 335.22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F55 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 47 85 -
CMYK 0 0.66 0.39 0.45
HSL 335.22º 0.49% 0.36% -
HSV(B) 335.22º 0.66% 0.55% -
XYZ 13.3 8.18 9.47 -
YUV 78.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 139 47 85 0 0.66 0.39 0.45 335.22 0.49 0.36
Hex 8B 2F 55 0 42 27 2D 14F 31 24
Octal 213 57 125 0 102 47 55 517 61 44
Binary 10001011 101111 1010101 0 1000010 100111 101101 101001111 110001 100100

Color Harmonies of #8B2F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F55

Black with #8B2F55

Text Example


Text Example

White with #8B2F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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