Html Css Color HEX #70000A Burgundy

📋 copy color: '#70000A'

red 112 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #70000A

Tints of Burgundy #70000A

RGB

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

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

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

R = 91.8%
G = 0%
B = 8.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70000A (or 0x70000A) is known color: Burgundy. HEX triplet: 70, 00 and 0A. RGB value is (112,0,10). Sum of RGB (Red+Green+Blue) = 112+0+10=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #70000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70000A is #8FFFF5. Grayscale: #222222. Windows color (decimal): -9437174 or 655472. OLE color: 655472.

HSL color Cylindrical-coordinate representation of color #70000A: hue angle of 354.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 10 -
CMYK 0 1 0.91 0.56
HSL 354.64º 1% 0.22% -
HSV(B) 354.64º 1% 0.44% -
XYZ 6.74 3.47 0.6 -
YUV 34.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 112 0 10 0 1 0.91 0.56 354.64 1 0.22
Hex 70 0 A 0 64 5B 38 163 64 16
Octal 160 0 12 0 144 133 70 543 144 26
Binary 1110000 0 1010 0 1100100 1011011 111000 101100011 1100100 10110

Color Harmonies of #70000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70000A

Black with #70000A

Text Example


Text Example

White with #70000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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