Html Css Color HEX #74000E Burgundy

📋 copy color: '#74000E'

red 116 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #74000E

Tints of Burgundy #74000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 89.23%
G = 0%
B = 10.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74000E (or 0x74000E) is known color: Burgundy. HEX triplet: 74, 00 and 0E. RGB value is (116,0,14). Sum of RGB (Red+Green+Blue) = 116+0+14=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #74000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74000E is #8BFFF1. Grayscale: #242424. Windows color (decimal): -9175026 or 917620. OLE color: 917620.

HSL color Cylindrical-coordinate representation of color #74000E: hue angle of 352.76º 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 #74000E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 14 -
CMYK 0 1 0.88 0.55
HSL 352.76º 1% 0.23% -
HSV(B) 352.76º 1% 0.45% -
XYZ 7.28 3.74 0.75 -
YUV 36.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 116 0 14 0 1 0.88 0.55 352.76 1 0.23
Hex 74 0 E 0 64 58 37 161 64 17
Octal 164 0 16 0 144 130 67 541 144 27
Binary 1110100 0 1110 0 1100100 1011000 110111 101100001 1100100 10111

Color Harmonies of #74000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74000E

Black with #74000E

Text Example


Text Example

White with #74000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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