Html Css Color HEX #700C1D Burgundy

📋 copy color: '#700C1D'

red 112 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #700C1D

Tints of Burgundy #700C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.84%

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 73.2%
G = 7.84%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#700C1D (or 0x700C1D) is known color: Burgundy. HEX triplet: 70, 0C and 1D. RGB value is (112,12,29). Sum of RGB (Red+Green+Blue) = 112+12+29=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C1D is #8FF3E2. Grayscale: #2B2B2B. Windows color (decimal): -9434083 or 1903728. OLE color: 1903728.

HSL color Cylindrical-coordinate representation of color #700C1D: hue angle of 349.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C1D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 29 -
CMYK 0 0.89 0.74 0.56
HSL 349.8º 0.81% 0.24% -
HSV(B) 349.8º 0.89% 0.44% -
XYZ 7.04 3.8 1.52 -
YUV 43.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 112 12 29 0 0.89 0.74 0.56 349.8 0.81 0.24
Hex 70 C 1D 0 59 4A 38 15E 51 18
Octal 160 14 35 0 131 112 70 536 121 30
Binary 1110000 1100 11101 0 1011001 1001010 111000 101011110 1010001 11000

Color Harmonies of #700C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C1D

Black with #700C1D

Text Example


Text Example

White with #700C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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