Html Css Color HEX #8B0232 Burgundy

📋 copy color: '#8B0232'

red 139 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #8B0232

Tints of Burgundy #8B0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 72.77%
G = 1.05%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B0232 (or 0x8B0232) is known color: Burgundy. HEX triplet: 8B, 02 and 32. RGB value is (139,2,50). Sum of RGB (Red+Green+Blue) = 139+2+50=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0232 is #74FDCD. Grayscale: #303030. Windows color (decimal): -7667150 or 3277451. OLE color: 3277451.

HSL color Cylindrical-coordinate representation of color #8B0232: hue angle of 338.98º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0232 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 50 -
CMYK 0 0.99 0.64 0.45
HSL 338.98º 0.97% 0.28% -
HSV(B) 338.98º 0.99% 0.55% -
XYZ 11.24 5.76 3.54 -
YUV 48.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 139 2 50 0 0.99 0.64 0.45 338.98 0.97 0.28
Hex 8B 2 32 0 63 40 2D 153 61 1C
Octal 213 2 62 0 143 100 55 523 141 34
Binary 10001011 10 110010 0 1100011 1000000 101101 101010011 1100001 11100

Color Harmonies of #8B0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0232

Black with #8B0232

Text Example


Text Example

White with #8B0232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,2,50); }

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

background-color css

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

 a { background-color: rgb(139,2,50); }

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

border-color css

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

 span { border-color: rgb(139,2,50); }

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