Html Css Color HEX #740823 Burgundy

📋 copy color: '#740823'

red 116 ◦ green 8 ◦ blue 35

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

Shades of Burgundy #740823

Tints of Burgundy #740823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 72.96%
G = 5.03%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#740823 (or 0x740823) is known color: Burgundy. HEX triplet: 74, 08 and 23. RGB value is (116,8,35). Sum of RGB (Red+Green+Blue) = 116+8+35=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740823 is #8BF7DC. Grayscale: #2B2B2B. Windows color (decimal): -9172957 or 2295924. OLE color: 2295924.

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

Color convert

RGB 116 8 35 -
CMYK 0 0.93 0.70 0.55
HSL 345º 0.87% 0.24% -
HSV(B) 345º 0.93% 0.45% -
XYZ 7.59 4.01 1.96 -
YUV 43.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 116 8 35 0 0.93 0.70 0.55 345 0.87 0.24
Hex 74 8 23 0 5D 46 37 159 57 18
Octal 164 10 43 0 135 106 67 531 127 30
Binary 1110100 1000 100011 0 1011101 1000110 110111 101011001 1010111 11000

Color Harmonies of #740823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740823

Black with #740823

Text Example


Text Example

White with #740823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740823; }

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

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

background-color css

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

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

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

border-color css

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

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

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