Html Css Color HEX #740B0D Burgundy

📋 copy color: '#740B0D'

red 116 ◦ green 11 ◦ blue 13

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

Shades of Burgundy #740B0D

Tints of Burgundy #740B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.86%

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

R = 82.86%
G = 7.86%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#740B0D (or 0x740B0D) is known color: Burgundy. HEX triplet: 74, 0B and 0D. RGB value is (116,11,13). Sum of RGB (Red+Green+Blue) = 116+11+13=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B0D is #8BF4F2. Grayscale: #2A2A2A. Windows color (decimal): -9172211 or 854900. OLE color: 854900.

HSL color Cylindrical-coordinate representation of color #740B0D: hue angle of 358.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B0D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 11 13 -
CMYK 0 0.91 0.89 0.55
HSL 358.86º 0.83% 0.25% -
HSV(B) 358.86º 0.91% 0.45% -
XYZ 7.39 3.98 0.76 -
YUV 42.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 116 11 13 0 0.91 0.89 0.55 358.86 0.83 0.25
Hex 74 B D 0 5B 59 37 167 53 19
Octal 164 13 15 0 133 131 67 547 123 31
Binary 1110100 1011 1101 0 1011011 1011001 110111 101100111 1010011 11001

Color Harmonies of #740B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B0D

Black with #740B0D

Text Example


Text Example

White with #740B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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