Html Css Color HEX #700422 Burgundy

📋 copy color: '#700422'

red 112 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #700422

Tints of Burgundy #700422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 74.67%
G = 2.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#700422 (or 0x700422) is known color: Burgundy. HEX triplet: 70, 04 and 22. RGB value is (112,4,34). Sum of RGB (Red+Green+Blue) = 112+4+34=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700422 is #8FFBDD. Grayscale: #272727. Windows color (decimal): -9436126 or 2229360. OLE color: 2229360.

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

Color convert

RGB 112 4 34 -
CMYK 0 0.96 0.70 0.56
HSL 343.33º 0.93% 0.23% -
HSV(B) 343.33º 0.96% 0.44% -
XYZ 7.01 3.65 1.85 -
YUV 39.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 112 4 34 0 0.96 0.70 0.56 343.33 0.93 0.23
Hex 70 4 22 0 60 46 38 157 5D 17
Octal 160 4 42 0 140 106 70 527 135 27
Binary 1110000 100 100010 0 1100000 1000110 111000 101010111 1011101 10111

Color Harmonies of #700422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700422

Black with #700422

Text Example


Text Example

White with #700422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700422; }

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

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

background-color css

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

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

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

border-color css

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

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

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