Html Css Color HEX #74031E Burgundy

📋 copy color: '#74031E'

red 116 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #74031E

Tints of Burgundy #74031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 77.85%
G = 2.01%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74031E (or 0x74031E) is known color: Burgundy. HEX triplet: 74, 03 and 1E. RGB value is (116,3,30). Sum of RGB (Red+Green+Blue) = 116+3+30=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #74031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74031E is #8BFCE1. Grayscale: #272727. Windows color (decimal): -9174242 or 1966964. OLE color: 1966964.

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

Color convert

RGB 116 3 30 -
CMYK 0 0.97 0.74 0.55
HSL 345.66º 0.95% 0.23% -
HSV(B) 345.66º 0.97% 0.45% -
XYZ 7.47 3.87 1.58 -
YUV 39.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 116 3 30 0 0.97 0.74 0.55 345.66 0.95 0.23
Hex 74 3 1E 0 61 4A 37 15A 5F 17
Octal 164 3 36 0 141 112 67 532 137 27
Binary 1110100 11 11110 0 1100001 1001010 110111 101011010 1011111 10111

Color Harmonies of #74031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74031E

Black with #74031E

Text Example


Text Example

White with #74031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74031E; }

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

 H1.HeaderClassName
 {
   color: #74031E;
 }
 .AnyTagClassName
 {
   color: #74031E;
 }
</style>

background-color css

<style>
 a { background-color: #74031E; }

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

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

border-color css

<style>
 span { border-color: #74031E; }

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

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