Html Css Color HEX #700B1C Burgundy

📋 copy color: '#700B1C'

red 112 ◦ green 11 ◦ blue 28

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

Shades of Burgundy #700B1C

Tints of Burgundy #700B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 74.17%
G = 7.28%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#700B1C (or 0x700B1C) is known color: Burgundy. HEX triplet: 70, 0B and 1C. RGB value is (112,11,28). Sum of RGB (Red+Green+Blue) = 112+11+28=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B1C is #8FF4E3. Grayscale: #2B2B2B. Windows color (decimal): -9434340 or 1837936. OLE color: 1837936.

HSL color Cylindrical-coordinate representation of color #700B1C: hue angle of 349.9º 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 #700B1C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 28 -
CMYK 0 0.90 0.75 0.56
HSL 349.9º 0.82% 0.24% -
HSV(B) 349.9º 0.9% 0.44% -
XYZ 7.01 3.77 1.46 -
YUV 43.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 112 11 28 0 0.90 0.75 0.56 349.9 0.82 0.24
Hex 70 B 1C 0 5A 4B 38 15E 52 18
Octal 160 13 34 0 132 113 70 536 122 30
Binary 1110000 1011 11100 0 1011010 1001011 111000 101011110 1010010 11000

Color Harmonies of #700B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B1C

Black with #700B1C

Text Example


Text Example

White with #700B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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