Html Css Color HEX #7C0A02 Maroon

📋 copy color: '#7C0A02'

red 124 ◦ green 10 ◦ blue 2

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

Shades of Maroon #7C0A02

Tints of Maroon #7C0A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.35%

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

R = 91.18%
G = 7.35%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C0A02 (or 0x7C0A02) is known color: Maroon. HEX triplet: 7C, 0A and 02. RGB value is (124,10,2). Sum of RGB (Red+Green+Blue) = 124+10+2=136 (18% of max value = 765). Red value is 124 (48.83% from 255 or 91.18% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0A02 is #83F5FD. Grayscale: #2B2B2B. Windows color (decimal): -8648190 or 133756. OLE color: 133756.

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

Color convert

RGB 124 10 2 -
CMYK 0 0.92 0.98 0.51
HSL 3.93º 0.97% 0.25% -
HSV(B) 3.93º 0.98% 0.49% -
XYZ 8.43 4.51 0.48 -
YUV 43.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 124 10 2 0 0.92 0.98 0.51 3.93 0.97 0.25
Hex 7C A 2 0 5C 62 33 4 61 19
Octal 174 12 2 0 134 142 63 4 141 31
Binary 1111100 1010 10 0 1011100 1100010 110011 100 1100001 11001

Color Harmonies of #7C0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0A02

Black with #7C0A02

Text Example


Text Example

White with #7C0A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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