Html Css Color HEX #740217 Burgundy

📋 copy color: '#740217'

red 116 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #740217

Tints of Burgundy #740217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.31%

R = 82.27%
G = 1.42%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#740217 (or 0x740217) is known color: Burgundy. HEX triplet: 74, 02 and 17. RGB value is (116,2,23). Sum of RGB (Red+Green+Blue) = 116+2+23=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #740217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740217 is #8BFDE8. Grayscale: #262626. Windows color (decimal): -9174505 or 1507956. OLE color: 1507956.

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

Color convert

RGB 116 2 23 -
CMYK 0 0.98 0.80 0.55
HSL 348.95º 0.97% 0.23% -
HSV(B) 348.95º 0.98% 0.45% -
XYZ 7.38 3.82 1.16 -
YUV 38.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 116 2 23 0 0.98 0.80 0.55 348.95 0.97 0.23
Hex 74 2 17 0 62 50 37 15D 61 17
Octal 164 2 27 0 142 120 67 535 141 27
Binary 1110100 10 10111 0 1100010 1010000 110111 101011101 1100001 10111

Color Harmonies of #740217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740217

Black with #740217

Text Example


Text Example

White with #740217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740217; }

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

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

background-color css

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

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

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

border-color css

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

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

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