Html Css Color HEX #700523 Burgundy

📋 copy color: '#700523'

red 112 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #700523

Tints of Burgundy #700523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 73.68%
G = 3.29%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#700523 (or 0x700523) is known color: Burgundy. HEX triplet: 70, 05 and 23. RGB value is (112,5,35). Sum of RGB (Red+Green+Blue) = 112+5+35=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700523 is #8FFADC. Grayscale: #282828. Windows color (decimal): -9435869 or 2295152. OLE color: 2295152.

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

Color convert

RGB 112 5 35 -
CMYK 0 0.96 0.69 0.56
HSL 343.18º 0.91% 0.23% -
HSV(B) 343.18º 0.96% 0.44% -
XYZ 7.04 3.67 1.93 -
YUV 40.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 112 5 35 0 0.96 0.69 0.56 343.18 0.91 0.23
Hex 70 5 23 0 60 45 38 157 5B 17
Octal 160 5 43 0 140 105 70 527 133 27
Binary 1110000 101 100011 0 1100000 1000101 111000 101010111 1011011 10111

Color Harmonies of #700523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700523

Black with #700523

Text Example


Text Example

White with #700523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700523; }

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

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

background-color css

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

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

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

border-color css

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

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

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