#7C0E01

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

Shades of Maroon #7C0E01

Tints of Maroon #7C0E01

Color information

#7C0E01 (or 0x7C0E01) is unknown color: approx Maroon. HEX triplet: 7C, 0E and 01. RGB value is (124,14,1). Sum of RGB (Red+Green+Blue) = 124+14+1=139 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.21% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0E01 is #83F1FE. Grayscale: #2D2D2D. Windows color (decimal): -8647167 or 69244. OLE color: 69244.

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

Color convert

RGB124141-
CMYK00.890.990.51
HSL6.34º98.4%24.51%-
HSV(B)6.34º99.19%48.63%-
XYZ8.474.60.47-
YUV45.41102.94184.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 89.21%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=89.21%
G=10.07%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12414100.890.990.516.3498.424.51
Hex7CE1059633366219
Octal174161013114363614231
Binary111110011101010110011100011110011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,14,1); }

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

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

 a { background-color: rgb(124,14,1); }

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

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

 span { border-color: rgb(124,14,1); }

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