Html Css Color HEX #74042B Burgundy

📋 copy color: '#74042B'

red 116 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #74042B

Tints of Burgundy #74042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 71.17%
G = 2.45%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74042B (or 0x74042B) is known color: Burgundy. HEX triplet: 74, 04 and 2B. RGB value is (116,4,43). Sum of RGB (Red+Green+Blue) = 116+4+43=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74042B is #8BFBD4. Grayscale: #292929. Windows color (decimal): -9173973 or 2819188. OLE color: 2819188.

HSL color Cylindrical-coordinate representation of color #74042B: hue angle of 339.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 #74042B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 43 -
CMYK 0 0.97 0.63 0.55
HSL 339.11º 0.93% 0.24% -
HSV(B) 339.11º 0.97% 0.45% -
XYZ 7.68 3.97 2.65 -
YUV 41.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 116 4 43 0 0.97 0.63 0.55 339.11 0.93 0.24
Hex 74 4 2B 0 61 3F 37 153 5D 18
Octal 164 4 53 0 141 77 67 523 135 30
Binary 1110100 100 101011 0 1100001 111111 110111 101010011 1011101 11000

Color Harmonies of #74042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74042B

Black with #74042B

Text Example


Text Example

White with #74042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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