Html Css Color HEX #700B2E Burgundy

📋 copy color: '#700B2E'

red 112 ◦ green 11 ◦ blue 46

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

Shades of Burgundy #700B2E

Tints of Burgundy #700B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 66.27%
G = 6.51%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#700B2E (or 0x700B2E) is known color: Burgundy. HEX triplet: 70, 0B and 2E. RGB value is (112,11,46). Sum of RGB (Red+Green+Blue) = 112+11+46=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B2E is #8FF4D1. Grayscale: #2D2D2D. Windows color (decimal): -9434322 or 3017584. OLE color: 3017584.

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

Color convert

RGB 112 11 46 -
CMYK 0 0.90 0.59 0.56
HSL 339.21º 0.82% 0.24% -
HSV(B) 339.21º 0.9% 0.44% -
XYZ 7.29 3.88 2.95 -
YUV 45.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 112 11 46 0 0.90 0.59 0.56 339.21 0.82 0.24
Hex 70 B 2E 0 5A 3B 38 153 52 18
Octal 160 13 56 0 132 73 70 523 122 30
Binary 1110000 1011 101110 0 1011010 111011 111000 101010011 1010010 11000

Color Harmonies of #700B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B2E

Black with #700B2E

Text Example


Text Example

White with #700B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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