Html Css Color HEX #74001E Burgundy

📋 copy color: '#74001E'

red 116 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #74001E

Tints of Burgundy #74001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 79.45%
G = 0%
B = 20.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74001E (or 0x74001E) is known color: Burgundy. HEX triplet: 74, 00 and 1E. RGB value is (116,0,30). Sum of RGB (Red+Green+Blue) = 116+0+30=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74001E is #8BFFE1. Grayscale: #262626. Windows color (decimal): -9175010 or 1966196. OLE color: 1966196.

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

Color convert

RGB 116 0 30 -
CMYK 0 1 0.74 0.55
HSL 344.48º 1% 0.23% -
HSV(B) 344.48º 1% 0.45% -
XYZ 7.44 3.81 1.57 -
YUV 38.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 116 0 30 0 1 0.74 0.55 344.48 1 0.23
Hex 74 0 1E 0 64 4A 37 158 64 17
Octal 164 0 36 0 144 112 67 530 144 27
Binary 1110100 0 11110 0 1100100 1001010 110111 101011000 1100100 10111

Color Harmonies of #74001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74001E

Black with #74001E

Text Example


Text Example

White with #74001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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