Html Css Color HEX #700227 Burgundy

📋 copy color: '#700227'

red 112 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #700227

Tints of Burgundy #700227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 73.2%
G = 1.31%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700227 (or 0x700227) is known color: Burgundy. HEX triplet: 70, 02 and 27. RGB value is (112,2,39). Sum of RGB (Red+Green+Blue) = 112+2+39=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700227 is #8FFDD8. Grayscale: #272727. Windows color (decimal): -9436633 or 2556528. OLE color: 2556528.

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

Color convert

RGB 112 2 39 -
CMYK 0 0.98 0.65 0.56
HSL 339.82º 0.96% 0.22% -
HSV(B) 339.82º 0.98% 0.44% -
XYZ 7.07 3.63 2.25 -
YUV 39.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 112 2 39 0 0.98 0.65 0.56 339.82 0.96 0.22
Hex 70 2 27 0 62 41 38 154 60 16
Octal 160 2 47 0 142 101 70 524 140 26
Binary 1110000 10 100111 0 1100010 1000001 111000 101010100 1100000 10110

Color Harmonies of #700227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700227

Black with #700227

Text Example


Text Example

White with #700227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700227; }

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

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

background-color css

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

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

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

border-color css

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

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

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