Html Css Color HEX #700228 Burgundy

📋 copy color: '#700228'

red 112 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #700228

Tints of Burgundy #700228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 72.73%
G = 1.3%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#700228 (or 0x700228) is known color: Burgundy. HEX triplet: 70, 02 and 28. RGB value is (112,2,40). Sum of RGB (Red+Green+Blue) = 112+2+40=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700228 is #8FFDD7. Grayscale: #272727. Windows color (decimal): -9436632 or 2622064. OLE color: 2622064.

HSL color Cylindrical-coordinate representation of color #700228: hue angle of 339.27º 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 #700228 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 40 -
CMYK 0 0.98 0.64 0.56
HSL 339.27º 0.96% 0.22% -
HSV(B) 339.27º 0.98% 0.44% -
XYZ 7.09 3.64 2.34 -
YUV 39.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 112 2 40 0 0.98 0.64 0.56 339.27 0.96 0.22
Hex 70 2 28 0 62 40 38 153 60 16
Octal 160 2 50 0 142 100 70 523 140 26
Binary 1110000 10 101000 0 1100010 1000000 111000 101010011 1100000 10110

Color Harmonies of #700228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700228

Black with #700228

Text Example


Text Example

White with #700228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700228; }

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

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

background-color css

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

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

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

border-color css

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

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

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