Html Css Color HEX #700C2B Burgundy

📋 copy color: '#700C2B'

red 112 ◦ green 12 ◦ blue 43

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

Shades of Burgundy #700C2B

Tints of Burgundy #700C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 67.07%
G = 7.19%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#700C2B (or 0x700C2B) is known color: Burgundy. HEX triplet: 70, 0C and 2B. RGB value is (112,12,43). Sum of RGB (Red+Green+Blue) = 112+12+43=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C2B is #8FF3D4. Grayscale: #2D2D2D. Windows color (decimal): -9434069 or 2821232. OLE color: 2821232.

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

Color convert

RGB 112 12 43 -
CMYK 0 0.89 0.62 0.56
HSL 341.4º 0.81% 0.24% -
HSV(B) 341.4º 0.89% 0.44% -
XYZ 7.25 3.88 2.65 -
YUV 45.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 112 12 43 0 0.89 0.62 0.56 341.4 0.81 0.24
Hex 70 C 2B 0 59 3E 38 155 51 18
Octal 160 14 53 0 131 76 70 525 121 30
Binary 1110000 1100 101011 0 1011001 111110 111000 101010101 1010001 11000

Color Harmonies of #700C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C2B

Black with #700C2B

Text Example


Text Example

White with #700C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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