Html Css Color HEX #700225 Burgundy

📋 copy color: '#700225'

red 112 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #700225

Tints of Burgundy #700225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 74.17%
G = 1.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#700225 (or 0x700225) is known color: Burgundy. HEX triplet: 70, 02 and 25. RGB value is (112,2,37). Sum of RGB (Red+Green+Blue) = 112+2+37=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700225 is #8FFDDA. Grayscale: #262626. Windows color (decimal): -9436635 or 2425456. OLE color: 2425456.

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

Color convert

RGB 112 2 37 -
CMYK 0 0.98 0.67 0.56
HSL 340.91º 0.96% 0.22% -
HSV(B) 340.91º 0.98% 0.44% -
XYZ 7.04 3.62 2.08 -
YUV 38.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 112 2 37 0 0.98 0.67 0.56 340.91 0.96 0.22
Hex 70 2 25 0 62 43 38 155 60 16
Octal 160 2 45 0 142 103 70 525 140 26
Binary 1110000 10 100101 0 1100010 1000011 111000 101010101 1100000 10110

Color Harmonies of #700225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700225

Black with #700225

Text Example


Text Example

White with #700225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700225; }

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

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

background-color css

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

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

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

border-color css

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

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

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