Html Css Color HEX #740218 Burgundy

📋 copy color: '#740218'

red 116 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #740218

Tints of Burgundy #740218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 81.69%
G = 1.41%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#740218 (or 0x740218) is known color: Burgundy. HEX triplet: 74, 02 and 18. RGB value is (116,2,24). Sum of RGB (Red+Green+Blue) = 116+2+24=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #740218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740218 is #8BFDE7. Grayscale: #262626. Windows color (decimal): -9174504 or 1573492. OLE color: 1573492.

HSL color Cylindrical-coordinate representation of color #740218: hue angle of 348.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740218 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 24 -
CMYK 0 0.98 0.79 0.55
HSL 348.42º 0.97% 0.23% -
HSV(B) 348.42º 0.98% 0.45% -
XYZ 7.39 3.82 1.21 -
YUV 38.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 116 2 24 0 0.98 0.79 0.55 348.42 0.97 0.23
Hex 74 2 18 0 62 4F 37 15C 61 17
Octal 164 2 30 0 142 117 67 534 141 27
Binary 1110100 10 11000 0 1100010 1001111 110111 101011100 1100001 10111

Color Harmonies of #740218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740218

Black with #740218

Text Example


Text Example

White with #740218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740218; }

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

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

background-color css

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

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

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

border-color css

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

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

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