Html Css Color HEX #74001C Burgundy

📋 copy color: '#74001C'

red 116 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #74001C

Tints of Burgundy #74001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 80.56%
G = 0%
B = 19.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74001C (or 0x74001C) is known color: Burgundy. HEX triplet: 74, 00 and 1C. RGB value is (116,0,28). Sum of RGB (Red+Green+Blue) = 116+0+28=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #74001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74001C is #8BFFE3. Grayscale: #252525. Windows color (decimal): -9175012 or 1835124. OLE color: 1835124.

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

Color convert

RGB 116 0 28 -
CMYK 0 1 0.76 0.55
HSL 345.52º 1% 0.23% -
HSV(B) 345.52º 1% 0.45% -
XYZ 7.41 3.8 1.44 -
YUV 37.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 116 0 28 0 1 0.76 0.55 345.52 1 0.23
Hex 74 0 1C 0 64 4C 37 15A 64 17
Octal 164 0 34 0 144 114 67 532 144 27
Binary 1110100 0 11100 0 1100100 1001100 110111 101011010 1100100 10111

Color Harmonies of #74001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74001C

Black with #74001C

Text Example


Text Example

White with #74001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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