Html Css Color HEX #700229 Burgundy

📋 copy color: '#700229'

red 112 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #700229

Tints of Burgundy #700229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 72.26%
G = 1.29%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#700229 (or 0x700229) is known color: Burgundy. HEX triplet: 70, 02 and 29. RGB value is (112,2,41). Sum of RGB (Red+Green+Blue) = 112+2+41=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700229 is #8FFDD6. Grayscale: #272727. Windows color (decimal): -9436631 or 2687600. OLE color: 2687600.

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

Color convert

RGB 112 2 41 -
CMYK 0 0.98 0.63 0.56
HSL 338.73º 0.96% 0.22% -
HSV(B) 338.73º 0.98% 0.44% -
XYZ 7.1 3.65 2.43 -
YUV 39.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 112 2 41 0 0.98 0.63 0.56 338.73 0.96 0.22
Hex 70 2 29 0 62 3F 38 153 60 16
Octal 160 2 51 0 142 77 70 523 140 26
Binary 1110000 10 101001 0 1100010 111111 111000 101010011 1100000 10110

Color Harmonies of #700229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700229

Black with #700229

Text Example


Text Example

White with #700229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700229; }

 p { color: rgb(112,2,41); }

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

background-color css

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

 a { background-color: rgb(112,2,41); }

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

border-color css

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

 span { border-color: rgb(112,2,41); }

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