Html Css Color HEX #8B2050 Rose Bud Cherry

📋 copy color: '#8B2050'

red 139 ◦ green 32 ◦ blue 80

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

Shades of Rose Bud Cherry #8B2050

Tints of Rose Bud Cherry #8B2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 55.38%
G = 12.75%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B2050 (or 0x8B2050) is known color: Rose Bud Cherry. HEX triplet: 8B, 20 and 50. RGB value is (139,32,80). Sum of RGB (Red+Green+Blue) = 139+32+80=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2050 is #74DFAF. Grayscale: #454545. Windows color (decimal): -7659440 or 5251211. OLE color: 5251211.

HSL color Cylindrical-coordinate representation of color #8B2050: hue angle of 333.08º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2050 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 32 80 -
CMYK 0 0.77 0.42 0.45
HSL 333.08º 0.63% 0.34% -
HSV(B) 333.08º 0.77% 0.55% -
XYZ 12.61 7.1 8.3 -
YUV 69.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 139 32 80 0 0.77 0.42 0.45 333.08 0.63 0.34
Hex 8B 20 50 0 4D 2A 2D 14D 3F 22
Octal 213 40 120 0 115 52 55 515 77 42
Binary 10001011 100000 1010000 0 1001101 101010 101101 101001101 111111 100010

Color Harmonies of #8B2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2050

Black with #8B2050

Text Example


Text Example

White with #8B2050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,32,80); }

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

background-color css

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

 a { background-color: rgb(139,32,80); }

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

border-color css

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

 span { border-color: rgb(139,32,80); }

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