Html Css Color HEX #700922 Burgundy

📋 copy color: '#700922'

red 112 ◦ green 9 ◦ blue 34

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

Shades of Burgundy #700922

Tints of Burgundy #700922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 72.26%
G = 5.81%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#700922 (or 0x700922) is known color: Burgundy. HEX triplet: 70, 09 and 22. RGB value is (112,9,34). Sum of RGB (Red+Green+Blue) = 112+9+34=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700922 is #8FF6DD. Grayscale: #2A2A2A. Windows color (decimal): -9434846 or 2230640. OLE color: 2230640.

HSL color Cylindrical-coordinate representation of color #700922: hue angle of 345.44º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700922 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 34 -
CMYK 0 0.92 0.70 0.56
HSL 345.44º 0.85% 0.24% -
HSV(B) 345.44º 0.92% 0.44% -
XYZ 7.07 3.76 1.87 -
YUV 42.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 112 9 34 0 0.92 0.70 0.56 345.44 0.85 0.24
Hex 70 9 22 0 5C 46 38 159 55 18
Octal 160 11 42 0 134 106 70 531 125 30
Binary 1110000 1001 100010 0 1011100 1000110 111000 101011001 1010101 11000

Color Harmonies of #700922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700922

Black with #700922

Text Example


Text Example

White with #700922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700922; }

 p { color: rgb(112,9,34); }

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

background-color css

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

 a { background-color: rgb(112,9,34); }

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

border-color css

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

 span { border-color: rgb(112,9,34); }

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