Html Css Color HEX #700522 Burgundy

📋 copy color: '#700522'

red 112 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #700522

Tints of Burgundy #700522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 74.17%
G = 3.31%
B = 22.52%

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

#700522 (or 0x700522) is known color: Burgundy. HEX triplet: 70, 05 and 22. RGB value is (112,5,34). Sum of RGB (Red+Green+Blue) = 112+5+34=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700522 is #8FFADD. Grayscale: #282828. Windows color (decimal): -9435870 or 2229616. OLE color: 2229616.

HSL color Cylindrical-coordinate representation of color #700522: hue angle of 343.74º degrees, saturation: 0.91, 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 #700522 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 34 -
CMYK 0 0.96 0.70 0.56
HSL 343.74º 0.91% 0.23% -
HSV(B) 343.74º 0.96% 0.44% -
XYZ 7.03 3.67 1.85 -
YUV 40.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 112 5 34 0 0.96 0.70 0.56 343.74 0.91 0.23
Hex 70 5 22 0 60 46 38 158 5B 17
Octal 160 5 42 0 140 106 70 530 133 27
Binary 1110000 101 100010 0 1100000 1000110 111000 101011000 1011011 10111

Color Harmonies of #700522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700522

Black with #700522

Text Example


Text Example

White with #700522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700522; }

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

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

background-color css

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

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

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

border-color css

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

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

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