Html Css Color HEX #70061E Burgundy

📋 copy color: '#70061E'

red 112 ◦ green 6 ◦ blue 30

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

Shades of Burgundy #70061E

Tints of Burgundy #70061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 75.68%
G = 4.05%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70061E (or 0x70061E) is known color: Burgundy. HEX triplet: 70, 06 and 1E. RGB value is (112,6,30). Sum of RGB (Red+Green+Blue) = 112+6+30=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70061E is #8FF9E1. Grayscale: #282828. Windows color (decimal): -9435618 or 1967728. OLE color: 1967728.

HSL color Cylindrical-coordinate representation of color #70061E: hue angle of 346.42º 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 #70061E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 30 -
CMYK 0 0.95 0.73 0.56
HSL 346.42º 0.9% 0.23% -
HSV(B) 346.42º 0.95% 0.44% -
XYZ 6.98 3.67 1.57 -
YUV 40.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 112 6 30 0 0.95 0.73 0.56 346.42 0.9 0.23
Hex 70 6 1E 0 5F 49 38 15A 5A 17
Octal 160 6 36 0 137 111 70 532 132 27
Binary 1110000 110 11110 0 1011111 1001001 111000 101011010 1011010 10111

Color Harmonies of #70061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70061E

Black with #70061E

Text Example


Text Example

White with #70061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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