Html Css Color HEX #740725 Burgundy

📋 copy color: '#740725'

red 116 ◦ green 7 ◦ blue 37

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

Shades of Burgundy #740725

Tints of Burgundy #740725

RGB

 RED value IS 116 (45.7% from 255) = 72.5%

 GREEN value IS 7 (3.13% from 255) = 4.38%

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

R = 72.5%
G = 4.38%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#740725 (or 0x740725) is known color: Burgundy. HEX triplet: 74, 07 and 25. RGB value is (116,7,37). Sum of RGB (Red+Green+Blue) = 116+7+37=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #740725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740725 is #8BF8DA. Grayscale: #2B2B2B. Windows color (decimal): -9173211 or 2426740. OLE color: 2426740.

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

Color convert

RGB 116 7 37 -
CMYK 0 0.94 0.68 0.55
HSL 343.49º 0.89% 0.24% -
HSV(B) 343.49º 0.94% 0.45% -
XYZ 7.61 4 2.12 -
YUV 43.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 116 7 37 0 0.94 0.68 0.55 343.49 0.89 0.24
Hex 74 7 25 0 5E 44 37 157 59 18
Octal 164 7 45 0 136 104 67 527 131 30
Binary 1110100 111 100101 0 1011110 1000100 110111 101010111 1011001 11000

Color Harmonies of #740725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740725

Black with #740725

Text Example


Text Example

White with #740725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740725; }

 p { color: rgb(116,7,37); }

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

background-color css

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

 a { background-color: rgb(116,7,37); }

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

border-color css

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

 span { border-color: rgb(116,7,37); }

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