Html Css Color HEX #74032A Burgundy

📋 copy color: '#74032A'

red 116 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #74032A

Tints of Burgundy #74032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 72.05%
G = 1.86%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74032A (or 0x74032A) is known color: Burgundy. HEX triplet: 74, 03 and 2A. RGB value is (116,3,42). Sum of RGB (Red+Green+Blue) = 116+3+42=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74032A is #8BFCD5. Grayscale: #292929. Windows color (decimal): -9174230 or 2753396. OLE color: 2753396.

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

Color convert

RGB 116 3 42 -
CMYK 0 0.97 0.64 0.55
HSL 339.29º 0.95% 0.23% -
HSV(B) 339.29º 0.97% 0.45% -
XYZ 7.65 3.95 2.55 -
YUV 41.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 116 3 42 0 0.97 0.64 0.55 339.29 0.95 0.23
Hex 74 3 2A 0 61 40 37 153 5F 17
Octal 164 3 52 0 141 100 67 523 137 27
Binary 1110100 11 101010 0 1100001 1000000 110111 101010011 1011111 10111

Color Harmonies of #74032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74032A

Black with #74032A

Text Example


Text Example

White with #74032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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