Html Css Color HEX #740815 Burgundy

📋 copy color: '#740815'

red 116 ◦ green 8 ◦ blue 21

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

Shades of Burgundy #740815

Tints of Burgundy #740815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 80%
G = 5.52%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#740815 (or 0x740815) is known color: Burgundy. HEX triplet: 74, 08 and 15. RGB value is (116,8,21). Sum of RGB (Red+Green+Blue) = 116+8+21=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740815 is #8BF7EA. Grayscale: #292929. Windows color (decimal): -9172971 or 1378420. OLE color: 1378420.

HSL color Cylindrical-coordinate representation of color #740815: hue angle of 352.78º 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 #740815 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 21 -
CMYK 0 0.93 0.82 0.55
HSL 352.78º 0.87% 0.24% -
HSV(B) 352.78º 0.93% 0.45% -
XYZ 7.42 3.94 1.08 -
YUV 41.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 116 8 21 0 0.93 0.82 0.55 352.78 0.87 0.24
Hex 74 8 15 0 5D 52 37 161 57 18
Octal 164 10 25 0 135 122 67 541 127 30
Binary 1110100 1000 10101 0 1011101 1010010 110111 101100001 1010111 11000

Color Harmonies of #740815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740815

Black with #740815

Text Example


Text Example

White with #740815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740815; }

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

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

background-color css

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

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

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

border-color css

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

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

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