Html Css Color HEX #700B2A Burgundy

📋 copy color: '#700B2A'

red 112 ◦ green 11 ◦ blue 42

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

Shades of Burgundy #700B2A

Tints of Burgundy #700B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 67.88%
G = 6.67%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#700B2A (or 0x700B2A) is known color: Burgundy. HEX triplet: 70, 0B and 2A. RGB value is (112,11,42). Sum of RGB (Red+Green+Blue) = 112+11+42=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B2A is #8FF4D5. Grayscale: #2C2C2C. Windows color (decimal): -9434326 or 2755440. OLE color: 2755440.

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

Color convert

RGB 112 11 42 -
CMYK 0 0.90 0.62 0.56
HSL 341.58º 0.82% 0.24% -
HSV(B) 341.58º 0.9% 0.44% -
XYZ 7.22 3.85 2.55 -
YUV 44.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 112 11 42 0 0.90 0.62 0.56 341.58 0.82 0.24
Hex 70 B 2A 0 5A 3E 38 156 52 18
Octal 160 13 52 0 132 76 70 526 122 30
Binary 1110000 1011 101010 0 1011010 111110 111000 101010110 1010010 11000

Color Harmonies of #700B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B2A

Black with #700B2A

Text Example


Text Example

White with #700B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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