Html Css Color HEX #8B1450 Rose Bud Cherry

📋 copy color: '#8B1450'

red 139 ◦ green 20 ◦ blue 80

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

Shades of Rose Bud Cherry #8B1450

Tints of Rose Bud Cherry #8B1450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 58.16%
G = 8.37%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B1450 (or 0x8B1450) is known color: Rose Bud Cherry. HEX triplet: 8B, 14 and 50. RGB value is (139,20,80). Sum of RGB (Red+Green+Blue) = 139+20+80=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1450 is #74EBAF. Grayscale: #3E3E3E. Windows color (decimal): -7662512 or 5248139. OLE color: 5248139.

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

Color convert

RGB 139 20 80 -
CMYK 0 0.86 0.42 0.45
HSL 329.75º 0.75% 0.31% -
HSV(B) 329.75º 0.86% 0.55% -
XYZ 12.35 6.57 8.21 -
YUV 62.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 139 20 80 0 0.86 0.42 0.45 329.75 0.75 0.31
Hex 8B 14 50 0 56 2A 2D 14A 4B 1F
Octal 213 24 120 0 126 52 55 512 113 37
Binary 10001011 10100 1010000 0 1010110 101010 101101 101001010 1001011 11111

Color Harmonies of #8B1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1450

Black with #8B1450

Text Example


Text Example

White with #8B1450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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