Html Css Color HEX #730225 Burgundy

📋 copy color: '#730225'

red 115 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #730225

Tints of Burgundy #730225

RGB

 RED value IS 115 (45.31% from 255) = 74.68%

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

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

R = 74.68%
G = 1.3%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#730225 (or 0x730225) is known color: Burgundy. HEX triplet: 73, 02 and 25. RGB value is (115,2,37). Sum of RGB (Red+Green+Blue) = 115+2+37=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #730225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730225 is #8CFDDA. Grayscale: #272727. Windows color (decimal): -9240027 or 2425459. OLE color: 2425459.

HSL color Cylindrical-coordinate representation of color #730225: hue angle of 341.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730225 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 37 -
CMYK 0 0.98 0.68 0.55
HSL 341.42º 0.97% 0.23% -
HSV(B) 341.42º 0.98% 0.45% -
XYZ 7.43 3.82 2.1 -
YUV 39.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 115 2 37 0 0.98 0.68 0.55 341.42 0.97 0.23
Hex 73 2 25 0 62 44 37 155 61 17
Octal 163 2 45 0 142 104 67 525 141 27
Binary 1110011 10 100101 0 1100010 1000100 110111 101010101 1100001 10111

Color Harmonies of #730225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730225

Black with #730225

Text Example


Text Example

White with #730225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730225; }

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

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

background-color css

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

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

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

border-color css

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

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

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