Html Css Color HEX #700821 Burgundy

📋 copy color: '#700821'

red 112 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #700821

Tints of Burgundy #700821

RGB

 RED value IS 112 (44.14% from 255) = 73.2%

 GREEN value IS 8 (3.52% from 255) = 5.23%

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 73.2%
G = 5.23%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700821 (or 0x700821) is known color: Burgundy. HEX triplet: 70, 08 and 21. RGB value is (112,8,33). Sum of RGB (Red+Green+Blue) = 112+8+33=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700821 is #8FF7DE. Grayscale: #292929. Windows color (decimal): -9435103 or 2164848. OLE color: 2164848.

HSL color Cylindrical-coordinate representation of color #700821: hue angle of 345.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700821 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 33 -
CMYK 0 0.93 0.71 0.56
HSL 345.58º 0.87% 0.24% -
HSV(B) 345.58º 0.93% 0.44% -
XYZ 7.04 3.73 1.79 -
YUV 41.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 112 8 33 0 0.93 0.71 0.56 345.58 0.87 0.24
Hex 70 8 21 0 5D 47 38 15A 57 18
Octal 160 10 41 0 135 107 70 532 127 30
Binary 1110000 1000 100001 0 1011101 1000111 111000 101011010 1010111 11000

Color Harmonies of #700821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700821

Black with #700821

Text Example


Text Example

White with #700821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700821; }

 p { color: rgb(112,8,33); }

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

background-color css

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

 a { background-color: rgb(112,8,33); }

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

border-color css

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

 span { border-color: rgb(112,8,33); }

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