Html Css Color HEX #700B0C Burgundy

📋 copy color: '#700B0C'

red 112 ◦ green 11 ◦ blue 12

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

Shades of Burgundy #700B0C

Tints of Burgundy #700B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 82.96%
G = 8.15%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#700B0C (or 0x700B0C) is known color: Burgundy. HEX triplet: 70, 0B and 0C. RGB value is (112,11,12). Sum of RGB (Red+Green+Blue) = 112+11+12=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B0C is #8FF4F3. Grayscale: #292929. Windows color (decimal): -9434356 or 789360. OLE color: 789360.

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

Color convert

RGB 112 11 12 -
CMYK 0 0.90 0.89 0.56
HSL 359.41º 0.82% 0.24% -
HSV(B) 359.41º 0.9% 0.44% -
XYZ 6.87 3.71 0.7 -
YUV 41.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 112 11 12 0 0.90 0.89 0.56 359.41 0.82 0.24
Hex 70 B C 0 5A 59 38 167 52 18
Octal 160 13 14 0 132 131 70 547 122 30
Binary 1110000 1011 1100 0 1011010 1011001 111000 101100111 1010010 11000

Color Harmonies of #700B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B0C

Black with #700B0C

Text Example


Text Example

White with #700B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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