Html Css Color HEX #70082B Burgundy

📋 copy color: '#70082B'

red 112 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #70082B

Tints of Burgundy #70082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 68.71%
G = 4.91%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70082B (or 0x70082B) is known color: Burgundy. HEX triplet: 70, 08 and 2B. RGB value is (112,8,43). Sum of RGB (Red+Green+Blue) = 112+8+43=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70082B is #8FF7D4. Grayscale: #2B2B2B. Windows color (decimal): -9435093 or 2820208. OLE color: 2820208.

HSL color Cylindrical-coordinate representation of color #70082B: hue angle of 339.81º 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 #70082B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 43 -
CMYK 0 0.93 0.62 0.56
HSL 339.81º 0.87% 0.24% -
HSV(B) 339.81º 0.93% 0.44% -
XYZ 7.2 3.79 2.64 -
YUV 43.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 112 8 43 0 0.93 0.62 0.56 339.81 0.87 0.24
Hex 70 8 2B 0 5D 3E 38 154 57 18
Octal 160 10 53 0 135 76 70 524 127 30
Binary 1110000 1000 101011 0 1011101 111110 111000 101010100 1010111 11000

Color Harmonies of #70082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70082B

Black with #70082B

Text Example


Text Example

White with #70082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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