Html Css Color HEX #8B2450 Rose Bud Cherry

📋 copy color: '#8B2450'

red 139 ◦ green 36 ◦ blue 80

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

Shades of Rose Bud Cherry #8B2450

Tints of Rose Bud Cherry #8B2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.12%

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

R = 54.51%
G = 14.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B2450 (or 0x8B2450) is known color: Rose Bud Cherry. HEX triplet: 8B, 24 and 50. RGB value is (139,36,80). Sum of RGB (Red+Green+Blue) = 139+36+80=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2450 is #74DBAF. Grayscale: #474747. Windows color (decimal): -7658416 or 5252235. OLE color: 5252235.

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

Color convert

RGB 139 36 80 -
CMYK 0 0.74 0.42 0.45
HSL 334.37º 0.59% 0.34% -
HSV(B) 334.37º 0.74% 0.55% -
XYZ 12.73 7.33 8.33 -
YUV 71.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 139 36 80 0 0.74 0.42 0.45 334.37 0.59 0.34
Hex 8B 24 50 0 4A 2A 2D 14E 3B 22
Octal 213 44 120 0 112 52 55 516 73 42
Binary 10001011 100100 1010000 0 1001010 101010 101101 101001110 111011 100010

Color Harmonies of #8B2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2450

Black with #8B2450

Text Example


Text Example

White with #8B2450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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