Html Css Color HEX #700C24 Burgundy

📋 copy color: '#700C24'

red 112 ◦ green 12 ◦ blue 36

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

Shades of Burgundy #700C24

Tints of Burgundy #700C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 70%
G = 7.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#700C24 (or 0x700C24) is known color: Burgundy. HEX triplet: 70, 0C and 24. RGB value is (112,12,36). Sum of RGB (Red+Green+Blue) = 112+12+36=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C24 is #8FF3DB. Grayscale: #2C2C2C. Windows color (decimal): -9434076 or 2362480. OLE color: 2362480.

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

Color convert

RGB 112 12 36 -
CMYK 0 0.89 0.68 0.56
HSL 345.6º 0.81% 0.24% -
HSV(B) 345.6º 0.89% 0.44% -
XYZ 7.13 3.84 2.03 -
YUV 44.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 112 12 36 0 0.89 0.68 0.56 345.6 0.81 0.24
Hex 70 C 24 0 59 44 38 15A 51 18
Octal 160 14 44 0 131 104 70 532 121 30
Binary 1110000 1100 100100 0 1011001 1000100 111000 101011010 1010001 11000

Color Harmonies of #700C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C24

Black with #700C24

Text Example


Text Example

White with #700C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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