Html Css Color HEX #70021D Burgundy

📋 copy color: '#70021D'

red 112 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #70021D

Tints of Burgundy #70021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 78.32%
G = 1.4%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70021D (or 0x70021D) is known color: Burgundy. HEX triplet: 70, 02 and 1D. RGB value is (112,2,29). Sum of RGB (Red+Green+Blue) = 112+2+29=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021D is #8FFDE2. Grayscale: #252525. Windows color (decimal): -9436643 or 1901168. OLE color: 1901168.

HSL color Cylindrical-coordinate representation of color #70021D: hue angle of 345.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70021D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 29 -
CMYK 0 0.98 0.74 0.56
HSL 345.27º 0.96% 0.22% -
HSV(B) 345.27º 0.98% 0.44% -
XYZ 6.93 3.58 1.49 -
YUV 37.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 112 2 29 0 0.98 0.74 0.56 345.27 0.96 0.22
Hex 70 2 1D 0 62 4A 38 159 60 16
Octal 160 2 35 0 142 112 70 531 140 26
Binary 1110000 10 11101 0 1100010 1001010 111000 101011001 1100000 10110

Color Harmonies of #70021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70021D

Black with #70021D

Text Example


Text Example

White with #70021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70021D; }

 p { color: rgb(112,2,29); }

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

background-color css

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

 a { background-color: rgb(112,2,29); }

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

border-color css

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

 span { border-color: rgb(112,2,29); }

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