Html Css Color HEX #70082C Burgundy

📋 copy color: '#70082C'

red 112 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #70082C

Tints of Burgundy #70082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 68.29%
G = 4.88%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70082C (or 0x70082C) is known color: Burgundy. HEX triplet: 70, 08 and 2C. RGB value is (112,8,44). Sum of RGB (Red+Green+Blue) = 112+8+44=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70082C is #8FF7D3. Grayscale: #2B2B2B. Windows color (decimal): -9435092 or 2885744. OLE color: 2885744.

HSL color Cylindrical-coordinate representation of color #70082C: hue angle of 339.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70082C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 44 -
CMYK 0 0.93 0.61 0.56
HSL 339.23º 0.87% 0.24% -
HSV(B) 339.23º 0.93% 0.44% -
XYZ 7.22 3.8 2.74 -
YUV 43.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 112 8 44 0 0.93 0.61 0.56 339.23 0.87 0.24
Hex 70 8 2C 0 5D 3D 38 153 57 18
Octal 160 10 54 0 135 75 70 523 127 30
Binary 1110000 1000 101100 0 1011101 111101 111000 101010011 1010111 11000

Color Harmonies of #70082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70082C

Black with #70082C

Text Example


Text Example

White with #70082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70082C; }

 p { color: rgb(112,8,44); }

 H1.HeaderClassName
 {
   color: #70082C;
 }
 .AnyTagClassName
 {
   color: #70082C;
 }
</style>

background-color css

<style>
 a { background-color: #70082C; }

 a { background-color: rgb(112,8,44); }

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

border-color css

<style>
 span { border-color: #70082C; }

 span { border-color: rgb(112,8,44); }

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