Html Css Color HEX #70010F Burgundy

📋 copy color: '#70010F'

red 112 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #70010F

Tints of Burgundy #70010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 87.5%
G = 0.78%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70010F (or 0x70010F) is known color: Burgundy. HEX triplet: 70, 01 and 0F. RGB value is (112,1,15). Sum of RGB (Red+Green+Blue) = 112+1+15=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #70010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010F is #8FFEF0. Grayscale: #232323. Windows color (decimal): -9436913 or 983408. OLE color: 983408.

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

Color convert

RGB 112 1 15 -
CMYK 0 0.99 0.87 0.56
HSL 352.43º 0.98% 0.22% -
HSV(B) 352.43º 0.99% 0.44% -
XYZ 6.78 3.5 0.77 -
YUV 35.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 112 1 15 0 0.99 0.87 0.56 352.43 0.98 0.22
Hex 70 1 F 0 63 57 38 160 62 16
Octal 160 1 17 0 143 127 70 540 142 26
Binary 1110000 1 1111 0 1100011 1010111 111000 101100000 1100010 10110

Color Harmonies of #70010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70010F

Black with #70010F

Text Example


Text Example

White with #70010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70010F; }

 p { color: rgb(112,1,15); }

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

background-color css

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

 a { background-color: rgb(112,1,15); }

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

border-color css

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

 span { border-color: rgb(112,1,15); }

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