Html Css Color HEX #74050D Burgundy

📋 copy color: '#74050D'

red 116 ◦ green 5 ◦ blue 13

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

Shades of Burgundy #74050D

Tints of Burgundy #74050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 86.57%
G = 3.73%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74050D (or 0x74050D) is known color: Burgundy. HEX triplet: 74, 05 and 0D. RGB value is (116,5,13). Sum of RGB (Red+Green+Blue) = 116+5+13=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #74050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74050D is #8BFAF2. Grayscale: #272727. Windows color (decimal): -9173747 or 853364. OLE color: 853364.

HSL color Cylindrical-coordinate representation of color #74050D: hue angle of 355.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74050D is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 13 -
CMYK 0 0.96 0.89 0.55
HSL 355.68º 0.92% 0.24% -
HSV(B) 355.68º 0.96% 0.45% -
XYZ 7.33 3.85 0.74 -
YUV 39.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 116 5 13 0 0.96 0.89 0.55 355.68 0.92 0.24
Hex 74 5 D 0 60 59 37 164 5C 18
Octal 164 5 15 0 140 131 67 544 134 30
Binary 1110100 101 1101 0 1100000 1011001 110111 101100100 1011100 11000

Color Harmonies of #74050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74050D

Black with #74050D

Text Example


Text Example

White with #74050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,5,13); }

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

background-color css

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

 a { background-color: rgb(116,5,13); }

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

border-color css

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

 span { border-color: rgb(116,5,13); }

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