Html Css Color HEX #74080D Burgundy

📋 copy color: '#74080D'

red 116 ◦ green 8 ◦ blue 13

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

Shades of Burgundy #74080D

Tints of Burgundy #74080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 84.67%
G = 5.84%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74080D (or 0x74080D) is known color: Burgundy. HEX triplet: 74, 08 and 0D. RGB value is (116,8,13). Sum of RGB (Red+Green+Blue) = 116+8+13=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #74080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74080D is #8BF7F2. Grayscale: #282828. Windows color (decimal): -9172979 or 854132. OLE color: 854132.

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

Color convert

RGB 116 8 13 -
CMYK 0 0.93 0.89 0.55
HSL 357.22º 0.87% 0.24% -
HSV(B) 357.22º 0.93% 0.45% -
XYZ 7.36 3.92 0.75 -
YUV 40.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 116 8 13 0 0.93 0.89 0.55 357.22 0.87 0.24
Hex 74 8 D 0 5D 59 37 165 57 18
Octal 164 10 15 0 135 131 67 545 127 30
Binary 1110100 1000 1101 0 1011101 1011001 110111 101100101 1010111 11000

Color Harmonies of #74080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74080D

Black with #74080D

Text Example


Text Example

White with #74080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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