Html Css Color HEX #700323 Burgundy

📋 copy color: '#700323'

red 112 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #700323

Tints of Burgundy #700323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 74.67%
G = 2%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#700323 (or 0x700323) is known color: Burgundy. HEX triplet: 70, 03 and 23. RGB value is (112,3,35). Sum of RGB (Red+Green+Blue) = 112+3+35=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700323 is #8FFCDC. Grayscale: #272727. Windows color (decimal): -9436381 or 2294640. OLE color: 2294640.

HSL color Cylindrical-coordinate representation of color #700323: hue angle of 342.39º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700323 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 35 -
CMYK 0 0.97 0.69 0.56
HSL 342.39º 0.95% 0.23% -
HSV(B) 342.39º 0.97% 0.44% -
XYZ 7.02 3.63 1.92 -
YUV 39.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 112 3 35 0 0.97 0.69 0.56 342.39 0.95 0.23
Hex 70 3 23 0 61 45 38 156 5F 17
Octal 160 3 43 0 141 105 70 526 137 27
Binary 1110000 11 100011 0 1100001 1000101 111000 101010110 1011111 10111

Color Harmonies of #700323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700323

Black with #700323

Text Example


Text Example

White with #700323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700323; }

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

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

background-color css

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

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

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

border-color css

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

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

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