Html Css Color HEX #74002F Burgundy

📋 copy color: '#74002F'

red 116 ◦ green 0 ◦ blue 47

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

Shades of Burgundy #74002F

Tints of Burgundy #74002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.17%
G = 0%
B = 28.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74002F (or 0x74002F) is known color: Burgundy. HEX triplet: 74, 00 and 2F. RGB value is (116,0,47). Sum of RGB (Red+Green+Blue) = 116+0+47=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74002F is #8BFFD0. Grayscale: #272727. Windows color (decimal): -9174993 or 3080308. OLE color: 3080308.

HSL color Cylindrical-coordinate representation of color #74002F: hue angle of 335.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74002F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 47 -
CMYK 0 1 0.59 0.55
HSL 335.69º 1% 0.23% -
HSV(B) 335.69º 1% 0.45% -
XYZ 7.72 3.92 3.04 -
YUV 40.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 116 0 47 0 1 0.59 0.55 335.69 1 0.23
Hex 74 0 2F 0 64 3B 37 150 64 17
Octal 164 0 57 0 144 73 67 520 144 27
Binary 1110100 0 101111 0 1100100 111011 110111 101010000 1100100 10111

Color Harmonies of #74002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74002F

Black with #74002F

Text Example


Text Example

White with #74002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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