Html Css Color HEX #74000C Burgundy

📋 copy color: '#74000C'

red 116 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #74000C

Tints of Burgundy #74000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 90.63%
G = 0%
B = 9.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74000C (or 0x74000C) is known color: Burgundy. HEX triplet: 74, 00 and 0C. RGB value is (116,0,12). Sum of RGB (Red+Green+Blue) = 116+0+12=128 (16% of max value = 765). Red value is 116 (45.70% from 255 or 90.62% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 116 - color contains mainly: red. Hex color #74000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74000C is #8BFFF3. Grayscale: #242424. Windows color (decimal): -9175028 or 786548. OLE color: 786548.

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

Color convert

RGB 116 0 12 -
CMYK 0 1 0.90 0.55
HSL 353.79º 1% 0.23% -
HSV(B) 353.79º 1% 0.45% -
XYZ 7.27 3.74 0.69 -
YUV 36.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 116 0 12 0 1 0.90 0.55 353.79 1 0.23
Hex 74 0 C 0 64 5A 37 162 64 17
Octal 164 0 14 0 144 132 67 542 144 27
Binary 1110100 0 1100 0 1100100 1011010 110111 101100010 1100100 10111

Color Harmonies of #74000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74000C

Black with #74000C

Text Example


Text Example

White with #74000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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