Html Css Color HEX #74022C Burgundy

📋 copy color: '#74022C'

red 116 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #74022C

Tints of Burgundy #74022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 71.6%
G = 1.23%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74022C (or 0x74022C) is known color: Burgundy. HEX triplet: 74, 02 and 2C. RGB value is (116,2,44). Sum of RGB (Red+Green+Blue) = 116+2+44=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74022C is #8BFDD3. Grayscale: #282828. Windows color (decimal): -9174484 or 2884212. OLE color: 2884212.

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

Color convert

RGB 116 2 44 -
CMYK 0 0.98 0.62 0.55
HSL 337.89º 0.97% 0.23% -
HSV(B) 337.89º 0.98% 0.45% -
XYZ 7.68 3.94 2.74 -
YUV 40.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 116 2 44 0 0.98 0.62 0.55 337.89 0.97 0.23
Hex 74 2 2C 0 62 3E 37 152 61 17
Octal 164 2 54 0 142 76 67 522 141 27
Binary 1110100 10 101100 0 1100010 111110 110111 101010010 1100001 10111

Color Harmonies of #74022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74022C

Black with #74022C

Text Example


Text Example

White with #74022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74022C; }

 p { color: rgb(116,2,44); }

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

background-color css

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

 a { background-color: rgb(116,2,44); }

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

border-color css

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

 span { border-color: rgb(116,2,44); }

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