Html Css Color HEX #740523 Burgundy

📋 copy color: '#740523'

red 116 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #740523

Tints of Burgundy #740523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 74.36%
G = 3.21%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#740523 (or 0x740523) is known color: Burgundy. HEX triplet: 74, 05 and 23. RGB value is (116,5,35). Sum of RGB (Red+Green+Blue) = 116+5+35=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740523 is #8BFADC. Grayscale: #292929. Windows color (decimal): -9173725 or 2295156. OLE color: 2295156.

HSL color Cylindrical-coordinate representation of color #740523: hue angle of 343.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740523 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 35 -
CMYK 0 0.96 0.70 0.55
HSL 343.78º 0.92% 0.24% -
HSV(B) 343.78º 0.96% 0.45% -
XYZ 7.56 3.94 1.95 -
YUV 41.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 116 5 35 0 0.96 0.70 0.55 343.78 0.92 0.24
Hex 74 5 23 0 60 46 37 158 5C 18
Octal 164 5 43 0 140 106 67 530 134 30
Binary 1110100 101 100011 0 1100000 1000110 110111 101011000 1011100 11000

Color Harmonies of #740523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740523

Black with #740523

Text Example


Text Example

White with #740523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740523; }

 p { color: rgb(116,5,35); }

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

background-color css

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

 a { background-color: rgb(116,5,35); }

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

border-color css

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

 span { border-color: rgb(116,5,35); }

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