Html Css Color HEX #700224 Burgundy

📋 copy color: '#700224'

red 112 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #700224

Tints of Burgundy #700224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24%

R = 74.67%
G = 1.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#700224 (or 0x700224) is known color: Burgundy. HEX triplet: 70, 02 and 24. RGB value is (112,2,36). Sum of RGB (Red+Green+Blue) = 112+2+36=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700224 is #8FFDDB. Grayscale: #262626. Windows color (decimal): -9436636 or 2359920. OLE color: 2359920.

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

Color convert

RGB 112 2 36 -
CMYK 0 0.98 0.68 0.56
HSL 341.45º 0.96% 0.22% -
HSV(B) 341.45º 0.98% 0.44% -
XYZ 7.02 3.62 2 -
YUV 38.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 112 2 36 0 0.98 0.68 0.56 341.45 0.96 0.22
Hex 70 2 24 0 62 44 38 155 60 16
Octal 160 2 44 0 142 104 70 525 140 26
Binary 1110000 10 100100 0 1100010 1000100 111000 101010101 1100000 10110

Color Harmonies of #700224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700224

Black with #700224

Text Example


Text Example

White with #700224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700224; }

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

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

background-color css

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

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

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

border-color css

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

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

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