Html Css Color HEX #74032B Burgundy

📋 copy color: '#74032B'

red 116 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #74032B

Tints of Burgundy #74032B

RGB

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

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

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

R = 71.6%
G = 1.85%
B = 26.54%

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

#74032B (or 0x74032B) is known color: Burgundy. HEX triplet: 74, 03 and 2B. RGB value is (116,3,43). Sum of RGB (Red+Green+Blue) = 116+3+43=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74032B is #8BFCD4. Grayscale: #292929. Windows color (decimal): -9174229 or 2818932. OLE color: 2818932.

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

Color convert

RGB 116 3 43 -
CMYK 0 0.97 0.63 0.55
HSL 338.76º 0.95% 0.23% -
HSV(B) 338.76º 0.97% 0.45% -
XYZ 7.67 3.95 2.64 -
YUV 41.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 116 3 43 0 0.97 0.63 0.55 338.76 0.95 0.23
Hex 74 3 2B 0 61 3F 37 153 5F 17
Octal 164 3 53 0 141 77 67 523 137 27
Binary 1110100 11 101011 0 1100001 111111 110111 101010011 1011111 10111

Color Harmonies of #74032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74032B

Black with #74032B

Text Example


Text Example

White with #74032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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