#7C0C04

Color #7C0C04 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #7C0C04

Tints of Maroon #7C0C04

Color information

#7C0C04 (or 0x7C0C04) is unknown color: approx Maroon. HEX triplet: 7C, 0C and 04. RGB value is (124,12,4). Sum of RGB (Red+Green+Blue) = 124+12+4=140 (18% of max value = 765). Red value is 124 (48.83% from 255 or 88.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0C04 is #83F3FB. Grayscale: #2C2C2C. Windows color (decimal): -8647676 or 265340. OLE color: 265340.

HSL color Cylindrical-coordinate representation of color #7C0C04: hue angle of 4º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0C04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB124124-
CMYK00.900.970.51
HSL93.75%25.1%-
HSV(B)96.77%48.63%-
XYZ8.474.560.55-
YUV44.58105.11184.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 88.57%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=88.57%
G=8.57%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412400.900.970.51493.7525.1
Hex7CC405A613345e19
Octal174144013214163413631
Binary11111001100100010110101100001110011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C0C04; }

 p { color: rgb(124,12,4); }

 H1.HeaderClassName
 {
   color: #7C0C04;
 }
 .AnyTagClassName
 {
   color: #7C0C04;
 }
</style>
background-color css

<style>
 a { background-color: #7C0C04; }

 a { background-color: rgb(124,12,4); }

 div.DivClassName
 {
   background-color: #7C0C04;
 }
 .BgClassName
 {
   background-color: #7C0C04;
 }
</style>
border-color css

<style>
 span { border-color: #7C0C04; }

 span { border-color: rgb(124,12,4); }

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