Html Css Color HEX #7C1402 Maroon

📋 copy color: '#7C1402'

red 124 ◦ green 20 ◦ blue 2

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

Shades of Maroon #7C1402

Tints of Maroon #7C1402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 84.93%
G = 13.7%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C1402 (or 0x7C1402) is known color: Maroon. HEX triplet: 7C, 14 and 02. RGB value is (124,20,2). Sum of RGB (Red+Green+Blue) = 124+20+2=146 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.93% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1402 is #83EBFD. Grayscale: #313131. Windows color (decimal): -8645630 or 136316. OLE color: 136316.

HSL color Cylindrical-coordinate representation of color #7C1402: hue angle of 8.85º 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 #7C1402 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 20 2 -
CMYK 0 0.84 0.98 0.51
HSL 8.85º 0.97% 0.25% -
HSV(B) 8.85º 0.98% 0.49% -
XYZ 8.57 4.79 0.53 -
YUV 49.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 124 20 2 0 0.84 0.98 0.51 8.85 0.97 0.25
Hex 7C 14 2 0 54 62 33 9 61 19
Octal 174 24 2 0 124 142 63 11 141 31
Binary 1111100 10100 10 0 1010100 1100010 110011 1001 1100001 11001

Color Harmonies of #7C1402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1402

Black with #7C1402

Text Example


Text Example

White with #7C1402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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