Html Css Color HEX #74021C Burgundy

📋 copy color: '#74021C'

red 116 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #74021C

Tints of Burgundy #74021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 79.45%
G = 1.37%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74021C (or 0x74021C) is known color: Burgundy. HEX triplet: 74, 02 and 1C. RGB value is (116,2,28). Sum of RGB (Red+Green+Blue) = 116+2+28=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74021C is #8BFDE3. Grayscale: #272727. Windows color (decimal): -9174500 or 1835636. OLE color: 1835636.

HSL color Cylindrical-coordinate representation of color #74021C: hue angle of 346.32º 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 #74021C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 28 -
CMYK 0 0.98 0.76 0.55
HSL 346.32º 0.97% 0.23% -
HSV(B) 346.32º 0.98% 0.45% -
XYZ 7.43 3.84 1.45 -
YUV 39.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 116 2 28 0 0.98 0.76 0.55 346.32 0.97 0.23
Hex 74 2 1C 0 62 4C 37 15A 61 17
Octal 164 2 34 0 142 114 67 532 141 27
Binary 1110100 10 11100 0 1100010 1001100 110111 101011010 1100001 10111

Color Harmonies of #74021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74021C

Black with #74021C

Text Example


Text Example

White with #74021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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