Html Css Color HEX #700B24 Burgundy

📋 copy color: '#700B24'

red 112 ◦ green 11 ◦ blue 36

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

Shades of Burgundy #700B24

Tints of Burgundy #700B24

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

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

R = 70.44%
G = 6.92%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#700B24 (or 0x700B24) is known color: Burgundy. HEX triplet: 70, 0B and 24. RGB value is (112,11,36). Sum of RGB (Red+Green+Blue) = 112+11+36=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B24 is #8FF4DB. Grayscale: #2C2C2C. Windows color (decimal): -9434332 or 2362224. OLE color: 2362224.

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

Color convert

RGB 112 11 36 -
CMYK 0 0.90 0.68 0.56
HSL 345.15º 0.82% 0.24% -
HSV(B) 345.15º 0.9% 0.44% -
XYZ 7.12 3.81 2.03 -
YUV 44.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 112 11 36 0 0.90 0.68 0.56 345.15 0.82 0.24
Hex 70 B 24 0 5A 44 38 159 52 18
Octal 160 13 44 0 132 104 70 531 122 30
Binary 1110000 1011 100100 0 1011010 1000100 111000 101011001 1010010 11000

Color Harmonies of #700B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B24

Black with #700B24

Text Example


Text Example

White with #700B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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