Html Css Color HEX #700924 Burgundy

📋 copy color: '#700924'

red 112 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #700924

Tints of Burgundy #700924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 71.34%
G = 5.73%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#700924 (or 0x700924) is known color: Burgundy. HEX triplet: 70, 09 and 24. RGB value is (112,9,36). Sum of RGB (Red+Green+Blue) = 112+9+36=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700924 is #8FF6DB. Grayscale: #2A2A2A. Windows color (decimal): -9434844 or 2361712. OLE color: 2361712.

HSL color Cylindrical-coordinate representation of color #700924: hue angle of 344.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700924 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 36 -
CMYK 0 0.92 0.68 0.56
HSL 344.27º 0.85% 0.24% -
HSV(B) 344.27º 0.92% 0.44% -
XYZ 7.1 3.77 2.02 -
YUV 42.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 112 9 36 0 0.92 0.68 0.56 344.27 0.85 0.24
Hex 70 9 24 0 5C 44 38 158 55 18
Octal 160 11 44 0 134 104 70 530 125 30
Binary 1110000 1001 100100 0 1011100 1000100 111000 101011000 1010101 11000

Color Harmonies of #700924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700924

Black with #700924

Text Example


Text Example

White with #700924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700924; }

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

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

background-color css

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

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

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

border-color css

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

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

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