Html Css Color HEX #700525 Burgundy

📋 copy color: '#700525'

red 112 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #700525

Tints of Burgundy #700525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 72.73%
G = 3.25%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#700525 (or 0x700525) is known color: Burgundy. HEX triplet: 70, 05 and 25. RGB value is (112,5,37). Sum of RGB (Red+Green+Blue) = 112+5+37=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700525 is #8FFADA. Grayscale: #282828. Windows color (decimal): -9435867 or 2426224. OLE color: 2426224.

HSL color Cylindrical-coordinate representation of color #700525: hue angle of 342.06º 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 #700525 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 37 -
CMYK 0 0.96 0.67 0.56
HSL 342.06º 0.91% 0.23% -
HSV(B) 342.06º 0.96% 0.44% -
XYZ 7.07 3.69 2.09 -
YUV 40.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 112 5 37 0 0.96 0.67 0.56 342.06 0.91 0.23
Hex 70 5 25 0 60 43 38 156 5B 17
Octal 160 5 45 0 140 103 70 526 133 27
Binary 1110000 101 100101 0 1100000 1000011 111000 101010110 1011011 10111

Color Harmonies of #700525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700525

Black with #700525

Text Example


Text Example

White with #700525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700525; }

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

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

background-color css

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

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

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

border-color css

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

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

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