Html Css Color HEX #740A18 Burgundy

📋 copy color: '#740A18'

red 116 ◦ green 10 ◦ blue 24

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

Shades of Burgundy #740A18

Tints of Burgundy #740A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 77.33%
G = 6.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#740A18 (or 0x740A18) is known color: Burgundy. HEX triplet: 74, 0A and 18. RGB value is (116,10,24). Sum of RGB (Red+Green+Blue) = 116+10+24=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #740A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A18 is #8BF5E7. Grayscale: #2B2B2B. Windows color (decimal): -9172456 or 1575540. OLE color: 1575540.

HSL color Cylindrical-coordinate representation of color #740A18: hue angle of 352.08º degrees, saturation: 0.84, 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 #740A18 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 10 24 -
CMYK 0 0.91 0.79 0.55
HSL 352.08º 0.84% 0.25% -
HSV(B) 352.08º 0.91% 0.45% -
XYZ 7.48 4 1.24 -
YUV 43.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 116 10 24 0 0.91 0.79 0.55 352.08 0.84 0.25
Hex 74 A 18 0 5B 4F 37 160 54 19
Octal 164 12 30 0 133 117 67 540 124 31
Binary 1110100 1010 11000 0 1011011 1001111 110111 101100000 1010100 11001

Color Harmonies of #740A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A18

Black with #740A18

Text Example


Text Example

White with #740A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,10,24); }

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

background-color css

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

 a { background-color: rgb(116,10,24); }

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

border-color css

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

 span { border-color: rgb(116,10,24); }

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