Html Css Color HEX #74022F Burgundy

📋 copy color: '#74022F'

red 116 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #74022F

Tints of Burgundy #74022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 70.3%
G = 1.21%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74022F (or 0x74022F) is known color: Burgundy. HEX triplet: 74, 02 and 2F. RGB value is (116,2,47). Sum of RGB (Red+Green+Blue) = 116+2+47=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74022F is #8BFDD0. Grayscale: #292929. Windows color (decimal): -9174481 or 3080820. OLE color: 3080820.

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

Color convert

RGB 116 2 47 -
CMYK 0 0.98 0.59 0.55
HSL 336.32º 0.97% 0.23% -
HSV(B) 336.32º 0.98% 0.45% -
XYZ 7.74 3.96 3.05 -
YUV 41.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 116 2 47 0 0.98 0.59 0.55 336.32 0.97 0.23
Hex 74 2 2F 0 62 3B 37 150 61 17
Octal 164 2 57 0 142 73 67 520 141 27
Binary 1110100 10 101111 0 1100010 111011 110111 101010000 1100001 10111

Color Harmonies of #74022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74022F

Black with #74022F

Text Example


Text Example

White with #74022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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