Html Css Color HEX #74040F Burgundy

📋 copy color: '#74040F'

red 116 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #74040F

Tints of Burgundy #74040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 85.93%
G = 2.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74040F (or 0x74040F) is known color: Burgundy. HEX triplet: 74, 04 and 0F. RGB value is (116,4,15). Sum of RGB (Red+Green+Blue) = 116+4+15=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #74040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74040F is #8BFBF0. Grayscale: #262626. Windows color (decimal): -9174001 or 984180. OLE color: 984180.

HSL color Cylindrical-coordinate representation of color #74040F: hue angle of 354.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74040F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 15 -
CMYK 0 0.97 0.87 0.55
HSL 354.11º 0.93% 0.24% -
HSV(B) 354.11º 0.97% 0.45% -
XYZ 7.33 3.83 0.81 -
YUV 38.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 116 4 15 0 0.97 0.87 0.55 354.11 0.93 0.24
Hex 74 4 F 0 61 57 37 162 5D 18
Octal 164 4 17 0 141 127 67 542 135 30
Binary 1110100 100 1111 0 1100001 1010111 110111 101100010 1011101 11000

Color Harmonies of #74040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74040F

Black with #74040F

Text Example


Text Example

White with #74040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74040F; }

 p { color: rgb(116,4,15); }

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

background-color css

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

 a { background-color: rgb(116,4,15); }

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

border-color css

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

 span { border-color: rgb(116,4,15); }

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