Html Css Color HEX #8B0022 Burgundy

📋 copy color: '#8B0022'

red 139 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #8B0022

Tints of Burgundy #8B0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 19.65%

R = 80.35%
G = 0%
B = 19.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B0022 (or 0x8B0022) is known color: Burgundy. HEX triplet: 8B, 00 and 22. RGB value is (139,0,34). Sum of RGB (Red+Green+Blue) = 139+0+34=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0022 is #74FFDD. Grayscale: #2D2D2D. Windows color (decimal): -7667678 or 2228363. OLE color: 2228363.

HSL color Cylindrical-coordinate representation of color #8B0022: hue angle of 345.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0022 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 0 34 -
CMYK 0 1 0.76 0.45
HSL 345.32º 1% 0.27% -
HSV(B) 345.32º 1% 0.55% -
XYZ 10.94 5.6 2.02 -
YUV 45.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 139 0 34 0 1 0.76 0.45 345.32 1 0.27
Hex 8B 0 22 0 64 4C 2D 159 64 1B
Octal 213 0 42 0 144 114 55 531 144 33
Binary 10001011 0 100010 0 1100100 1001100 101101 101011001 1100100 11011

Color Harmonies of #8B0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0022

Black with #8B0022

Text Example


Text Example

White with #8B0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,34); }

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

background-color css

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

 a { background-color: rgb(139,0,34); }

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

border-color css

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

 span { border-color: rgb(139,0,34); }

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