Html Css Color HEX #74061E Burgundy

📋 copy color: '#74061E'

red 116 ◦ green 6 ◦ blue 30

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

Shades of Burgundy #74061E

Tints of Burgundy #74061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

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

R = 76.32%
G = 3.95%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74061E (or 0x74061E) is known color: Burgundy. HEX triplet: 74, 06 and 1E. RGB value is (116,6,30). Sum of RGB (Red+Green+Blue) = 116+6+30=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #74061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74061E is #8BF9E1. Grayscale: #292929. Windows color (decimal): -9173474 or 1967732. OLE color: 1967732.

HSL color Cylindrical-coordinate representation of color #74061E: hue angle of 346.91º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74061E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 30 -
CMYK 0 0.95 0.74 0.55
HSL 346.91º 0.9% 0.24% -
HSV(B) 346.91º 0.95% 0.45% -
XYZ 7.5 3.94 1.59 -
YUV 41.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 116 6 30 0 0.95 0.74 0.55 346.91 0.9 0.24
Hex 74 6 1E 0 5F 4A 37 15B 5A 18
Octal 164 6 36 0 137 112 67 533 132 30
Binary 1110100 110 11110 0 1011111 1001010 110111 101011011 1011010 11000

Color Harmonies of #74061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74061E

Black with #74061E

Text Example


Text Example

White with #74061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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