Html Css Color HEX #740223 Burgundy

📋 copy color: '#740223'

red 116 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #740223

Tints of Burgundy #740223

RGB

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

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

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

R = 75.82%
G = 1.31%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#740223 (or 0x740223) is known color: Burgundy. HEX triplet: 74, 02 and 23. RGB value is (116,2,35). Sum of RGB (Red+Green+Blue) = 116+2+35=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #740223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740223 is #8BFDDC. Grayscale: #272727. Windows color (decimal): -9174493 or 2294388. OLE color: 2294388.

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

Color convert

RGB 116 2 35 -
CMYK 0 0.98 0.70 0.55
HSL 342.63º 0.97% 0.23% -
HSV(B) 342.63º 0.98% 0.45% -
XYZ 7.53 3.88 1.94 -
YUV 39.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 116 2 35 0 0.98 0.70 0.55 342.63 0.97 0.23
Hex 74 2 23 0 62 46 37 157 61 17
Octal 164 2 43 0 142 106 67 527 141 27
Binary 1110100 10 100011 0 1100010 1000110 110111 101010111 1100001 10111

Color Harmonies of #740223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740223

Black with #740223

Text Example


Text Example

White with #740223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740223; }

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

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

background-color css

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

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

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

border-color css

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

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

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