Html Css Color HEX #70020D Burgundy

📋 copy color: '#70020D'

red 112 ◦ green 2 ◦ blue 13

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

Shades of Burgundy #70020D

Tints of Burgundy #70020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 88.19%
G = 1.57%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70020D (or 0x70020D) is known color: Burgundy. HEX triplet: 70, 02 and 0D. RGB value is (112,2,13). Sum of RGB (Red+Green+Blue) = 112+2+13=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020D is #8FFDF2. Grayscale: #242424. Windows color (decimal): -9436659 or 852592. OLE color: 852592.

HSL color Cylindrical-coordinate representation of color #70020D: hue angle of 354º 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 #70020D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 13 -
CMYK 0 0.98 0.88 0.56
HSL 354º 0.96% 0.22% -
HSV(B) 354º 0.98% 0.44% -
XYZ 6.78 3.52 0.7 -
YUV 36.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 112 2 13 0 0.98 0.88 0.56 354 0.96 0.22
Hex 70 2 D 0 62 58 38 162 60 16
Octal 160 2 15 0 142 130 70 542 140 26
Binary 1110000 10 1101 0 1100010 1011000 111000 101100010 1100000 10110

Color Harmonies of #70020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70020D

Black with #70020D

Text Example


Text Example

White with #70020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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