Html Css Color HEX #74061D Burgundy

📋 copy color: '#74061D'

red 116 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #74061D

Tints of Burgundy #74061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 76.82%
G = 3.97%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74061D (or 0x74061D) is known color: Burgundy. HEX triplet: 74, 06 and 1D. RGB value is (116,6,29). Sum of RGB (Red+Green+Blue) = 116+6+29=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74061D is #8BF9E2. Grayscale: #292929. Windows color (decimal): -9173475 or 1902196. OLE color: 1902196.

HSL color Cylindrical-coordinate representation of color #74061D: hue angle of 347.45º 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 #74061D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 29 -
CMYK 0 0.95 0.75 0.55
HSL 347.45º 0.9% 0.24% -
HSV(B) 347.45º 0.95% 0.45% -
XYZ 7.49 3.93 1.53 -
YUV 41.51 120.94 181.13 -
System Red Green Blue C M Y K H S L
Decimal 116 6 29 0 0.95 0.75 0.55 347.45 0.9 0.24
Hex 74 6 1D 0 5F 4B 37 15B 5A 18
Octal 164 6 35 0 137 113 67 533 132 30
Binary 1110100 110 11101 0 1011111 1001011 110111 101011011 1011010 11000

Color Harmonies of #74061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74061D

Black with #74061D

Text Example


Text Example

White with #74061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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