Html Css Color HEX #7C1202 Maroon

📋 copy color: '#7C1202'

red 124 ◦ green 18 ◦ blue 2

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

Shades of Maroon #7C1202

Tints of Maroon #7C1202

RGB

 RED value IS 124 (48.83% from 255) = 86.11%

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 86.11%
G = 12.5%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C1202 (or 0x7C1202) is known color: Maroon. HEX triplet: 7C, 12 and 02. RGB value is (124,18,2). Sum of RGB (Red+Green+Blue) = 124+18+2=144 (19% of max value = 765). Red value is 124 (48.83% from 255 or 86.11% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1202 is #83EDFD. Grayscale: #303030. Windows color (decimal): -8646142 or 135804. OLE color: 135804.

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

Color convert

RGB 124 18 2 -
CMYK 0 0.85 0.98 0.51
HSL 7.87º 0.97% 0.25% -
HSV(B) 7.87º 0.98% 0.49% -
XYZ 8.54 4.72 0.52 -
YUV 47.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 124 18 2 0 0.85 0.98 0.51 7.87 0.97 0.25
Hex 7C 12 2 0 55 62 33 8 61 19
Octal 174 22 2 0 125 142 63 10 141 31
Binary 1111100 10010 10 0 1010101 1100010 110011 1000 1100001 11001

Color Harmonies of #7C1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1202

Black with #7C1202

Text Example


Text Example

White with #7C1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,2); }

 H1.HeaderClassName
 {
   color: #7C1202;
 }
 .AnyTagClassName
 {
   color: #7C1202;
 }
</style>

background-color css

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

 a { background-color: rgb(124,18,2); }

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

border-color css

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

 span { border-color: rgb(124,18,2); }

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