Html Css Color HEX #720425 Burgundy

📋 copy color: '#720425'

red 114 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #720425

Tints of Burgundy #720425

RGB

 RED value IS 114 (44.92% from 255) = 73.55%

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 73.55%
G = 2.58%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#720425 (or 0x720425) is known color: Burgundy. HEX triplet: 72, 04 and 25. RGB value is (114,4,37). Sum of RGB (Red+Green+Blue) = 114+4+37=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720425 is #8DFBDA. Grayscale: #282828. Windows color (decimal): -9305051 or 2425970. OLE color: 2425970.

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

Color convert

RGB 114 4 37 -
CMYK 0 0.96 0.68 0.55
HSL 342º 0.93% 0.23% -
HSV(B) 342º 0.96% 0.45% -
XYZ 7.32 3.8 2.1 -
YUV 40.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 114 4 37 0 0.96 0.68 0.55 342 0.93 0.23
Hex 72 4 25 0 60 44 37 156 5D 17
Octal 162 4 45 0 140 104 67 526 135 27
Binary 1110010 100 100101 0 1100000 1000100 110111 101010110 1011101 10111

Color Harmonies of #720425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720425

Black with #720425

Text Example


Text Example

White with #720425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720425; }

 p { color: rgb(114,4,37); }

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

background-color css

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

 a { background-color: rgb(114,4,37); }

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

border-color css

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

 span { border-color: rgb(114,4,37); }

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