Html Css Color HEX #74052A Burgundy

📋 copy color: '#74052A'

red 116 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #74052A

Tints of Burgundy #74052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 71.17%
G = 3.07%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74052A (or 0x74052A) is known color: Burgundy. HEX triplet: 74, 05 and 2A. RGB value is (116,5,42). Sum of RGB (Red+Green+Blue) = 116+5+42=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74052A is #8BFAD5. Grayscale: #2A2A2A. Windows color (decimal): -9173718 or 2753908. OLE color: 2753908.

HSL color Cylindrical-coordinate representation of color #74052A: hue angle of 340º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74052A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 42 -
CMYK 0 0.96 0.64 0.55
HSL 340º 0.92% 0.24% -
HSV(B) 340º 0.96% 0.45% -
XYZ 7.67 3.99 2.56 -
YUV 42.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 116 5 42 0 0.96 0.64 0.55 340 0.92 0.24
Hex 74 5 2A 0 60 40 37 154 5C 18
Octal 164 5 52 0 140 100 67 524 134 30
Binary 1110100 101 101010 0 1100000 1000000 110111 101010100 1011100 11000

Color Harmonies of #74052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74052A

Black with #74052A

Text Example


Text Example

White with #74052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74052A; }

 p { color: rgb(116,5,42); }

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

background-color css

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

 a { background-color: rgb(116,5,42); }

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

border-color css

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

 span { border-color: rgb(116,5,42); }

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