Html Css Color HEX #700B23 Burgundy

📋 copy color: '#700B23'

red 112 ◦ green 11 ◦ blue 35

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

Shades of Burgundy #700B23

Tints of Burgundy #700B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.15%

R = 70.89%
G = 6.96%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#700B23 (or 0x700B23) is known color: Burgundy. HEX triplet: 70, 0B and 23. RGB value is (112,11,35). Sum of RGB (Red+Green+Blue) = 112+11+35=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #700B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B23 is #8FF4DC. Grayscale: #2B2B2B. Windows color (decimal): -9434333 or 2296688. OLE color: 2296688.

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

Color convert

RGB 112 11 35 -
CMYK 0 0.90 0.69 0.56
HSL 345.74º 0.82% 0.24% -
HSV(B) 345.74º 0.9% 0.44% -
XYZ 7.11 3.81 1.95 -
YUV 43.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 112 11 35 0 0.90 0.69 0.56 345.74 0.82 0.24
Hex 70 B 23 0 5A 45 38 15A 52 18
Octal 160 13 43 0 132 105 70 532 122 30
Binary 1110000 1011 100011 0 1011010 1000101 111000 101011010 1010010 11000

Color Harmonies of #700B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B23

Black with #700B23

Text Example


Text Example

White with #700B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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