Html Css Color HEX #700A25 Burgundy

📋 copy color: '#700A25'

red 112 ◦ green 10 ◦ blue 37

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

Shades of Burgundy #700A25

Tints of Burgundy #700A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

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

R = 70.44%
G = 6.29%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#700A25 (or 0x700A25) is known color: Burgundy. HEX triplet: 70, 0A and 25. RGB value is (112,10,37). Sum of RGB (Red+Green+Blue) = 112+10+37=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A25 is #8FF5DA. Grayscale: #2B2B2B. Windows color (decimal): -9434587 or 2427504. OLE color: 2427504.

HSL color Cylindrical-coordinate representation of color #700A25: hue angle of 344.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A25 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 37 -
CMYK 0 0.91 0.67 0.56
HSL 344.12º 0.84% 0.24% -
HSV(B) 344.12º 0.91% 0.44% -
XYZ 7.12 3.8 2.11 -
YUV 43.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 112 10 37 0 0.91 0.67 0.56 344.12 0.84 0.24
Hex 70 A 25 0 5B 43 38 158 54 18
Octal 160 12 45 0 133 103 70 530 124 30
Binary 1110000 1010 100101 0 1011011 1000011 111000 101011000 1010100 11000

Color Harmonies of #700A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A25

Black with #700A25

Text Example


Text Example

White with #700A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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