Html Css Color HEX #740226 Burgundy

📋 copy color: '#740226'

red 116 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #740226

Tints of Burgundy #740226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 74.36%
G = 1.28%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#740226 (or 0x740226) is known color: Burgundy. HEX triplet: 74, 02 and 26. RGB value is (116,2,38). Sum of RGB (Red+Green+Blue) = 116+2+38=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740226 is #8BFDD9. Grayscale: #282828. Windows color (decimal): -9174490 or 2490996. OLE color: 2490996.

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

Color convert

RGB 116 2 38 -
CMYK 0 0.98 0.67 0.55
HSL 341.05º 0.97% 0.23% -
HSV(B) 341.05º 0.98% 0.45% -
XYZ 7.57 3.9 2.19 -
YUV 40.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 116 2 38 0 0.98 0.67 0.55 341.05 0.97 0.23
Hex 74 2 26 0 62 43 37 155 61 17
Octal 164 2 46 0 142 103 67 525 141 27
Binary 1110100 10 100110 0 1100010 1000011 110111 101010101 1100001 10111

Color Harmonies of #740226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740226

Black with #740226

Text Example


Text Example

White with #740226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740226; }

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

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

background-color css

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

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

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

border-color css

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

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

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