Html Css Color HEX #70020A Burgundy

📋 copy color: '#70020A'

red 112 ◦ green 2 ◦ blue 10

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

Shades of Burgundy #70020A

Tints of Burgundy #70020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 90.32%
G = 1.61%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70020A (or 0x70020A) is known color: Burgundy. HEX triplet: 70, 02 and 0A. RGB value is (112,2,10). Sum of RGB (Red+Green+Blue) = 112+2+10=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #70020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020A is #8FFDF5. Grayscale: #232323. Windows color (decimal): -9436662 or 655984. OLE color: 655984.

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

Color convert

RGB 112 2 10 -
CMYK 0 0.98 0.91 0.56
HSL 355.64º 0.96% 0.22% -
HSV(B) 355.64º 0.98% 0.44% -
XYZ 6.76 3.51 0.61 -
YUV 35.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 112 2 10 0 0.98 0.91 0.56 355.64 0.96 0.22
Hex 70 2 A 0 62 5B 38 164 60 16
Octal 160 2 12 0 142 133 70 544 140 26
Binary 1110000 10 1010 0 1100010 1011011 111000 101100100 1100000 10110

Color Harmonies of #70020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70020A

Black with #70020A

Text Example


Text Example

White with #70020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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