Html Css Color HEX #7C1602 Maroon

📋 copy color: '#7C1602'

red 124 ◦ green 22 ◦ blue 2

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

Shades of Maroon #7C1602

Tints of Maroon #7C1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 83.78%
G = 14.86%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C1602 (or 0x7C1602) is known color: Maroon. HEX triplet: 7C, 16 and 02. RGB value is (124,22,2). Sum of RGB (Red+Green+Blue) = 124+22+2=148 (19% of max value = 765). Red value is 124 (48.83% from 255 or 83.78% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1602 is #83E9FD. Grayscale: #323232. Windows color (decimal): -8645118 or 136828. OLE color: 136828.

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

Color convert

RGB 124 22 2 -
CMYK 0 0.82 0.98 0.51
HSL 9.84º 0.97% 0.25% -
HSV(B) 9.84º 0.98% 0.49% -
XYZ 8.61 4.86 0.54 -
YUV 50.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 124 22 2 0 0.82 0.98 0.51 9.84 0.97 0.25
Hex 7C 16 2 0 52 62 33 A 61 19
Octal 174 26 2 0 122 142 63 12 141 31
Binary 1111100 10110 10 0 1010010 1100010 110011 1010 1100001 11001

Color Harmonies of #7C1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1602

Black with #7C1602

Text Example


Text Example

White with #7C1602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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