Html Css Color HEX #70061D Burgundy

📋 copy color: '#70061D'

red 112 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #70061D

Tints of Burgundy #70061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 76.19%
G = 4.08%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70061D (or 0x70061D) is known color: Burgundy. HEX triplet: 70, 06 and 1D. RGB value is (112,6,29). Sum of RGB (Red+Green+Blue) = 112+6+29=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70061D is #8FF9E2. Grayscale: #282828. Windows color (decimal): -9435619 or 1902192. OLE color: 1902192.

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

Color convert

RGB 112 6 29 -
CMYK 0 0.95 0.74 0.56
HSL 346.98º 0.9% 0.23% -
HSV(B) 346.98º 0.95% 0.44% -
XYZ 6.97 3.66 1.5 -
YUV 40.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 112 6 29 0 0.95 0.74 0.56 346.98 0.9 0.23
Hex 70 6 1D 0 5F 4A 38 15B 5A 17
Octal 160 6 35 0 137 112 70 533 132 27
Binary 1110000 110 11101 0 1011111 1001010 111000 101011011 1011010 10111

Color Harmonies of #70061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70061D

Black with #70061D

Text Example


Text Example

White with #70061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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