Html Css Color HEX #700817 Burgundy

📋 copy color: '#700817'

red 112 ◦ green 8 ◦ blue 23

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

Shades of Burgundy #700817

Tints of Burgundy #700817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 23 (9.38% from 255) = 16.08%

R = 78.32%
G = 5.59%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700817 (or 0x700817) is known color: Burgundy. HEX triplet: 70, 08 and 17. RGB value is (112,8,23). Sum of RGB (Red+Green+Blue) = 112+8+23=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700817 is #8FF7E8. Grayscale: #282828. Windows color (decimal): -9435113 or 1509488. OLE color: 1509488.

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

Color convert

RGB 112 8 23 -
CMYK 0 0.93 0.79 0.56
HSL 351.35º 0.87% 0.24% -
HSV(B) 351.35º 0.93% 0.44% -
XYZ 6.92 3.68 1.16 -
YUV 40.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 112 8 23 0 0.93 0.79 0.56 351.35 0.87 0.24
Hex 70 8 17 0 5D 4F 38 15F 57 18
Octal 160 10 27 0 135 117 70 537 127 30
Binary 1110000 1000 10111 0 1011101 1001111 111000 101011111 1010111 11000

Color Harmonies of #700817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700817

Black with #700817

Text Example


Text Example

White with #700817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700817; }

 p { color: rgb(112,8,23); }

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

background-color css

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

 a { background-color: rgb(112,8,23); }

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

border-color css

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

 span { border-color: rgb(112,8,23); }

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