Html Css Color HEX #700918 Burgundy

📋 copy color: '#700918'

red 112 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #700918

Tints of Burgundy #700918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 77.24%
G = 6.21%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700918 (or 0x700918) is known color: Burgundy. HEX triplet: 70, 09 and 18. RGB value is (112,9,24). Sum of RGB (Red+Green+Blue) = 112+9+24=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #700918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700918 is #8FF6E7. Grayscale: #292929. Windows color (decimal): -9434856 or 1575280. OLE color: 1575280.

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

Color convert

RGB 112 9 24 -
CMYK 0 0.92 0.79 0.56
HSL 351.26º 0.85% 0.24% -
HSV(B) 351.26º 0.92% 0.44% -
XYZ 6.94 3.71 1.21 -
YUV 41.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 112 9 24 0 0.92 0.79 0.56 351.26 0.85 0.24
Hex 70 9 18 0 5C 4F 38 15F 55 18
Octal 160 11 30 0 134 117 70 537 125 30
Binary 1110000 1001 11000 0 1011100 1001111 111000 101011111 1010101 11000

Color Harmonies of #700918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700918

Black with #700918

Text Example


Text Example

White with #700918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700918; }

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

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

background-color css

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

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

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

border-color css

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

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

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