Html Css Color HEX #7E0402 Maroon

📋 copy color: '#7E0402'

red 126 ◦ green 4 ◦ blue 2

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

Shades of Maroon #7E0402

Tints of Maroon #7E0402

RGB

 RED value IS 126 (49.61% from 255) = 95.45%

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 95.45%
G = 3.03%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E0402 (or 0x7E0402) is known color: Maroon. HEX triplet: 7E, 04 and 02. RGB value is (126,4,2). Sum of RGB (Red+Green+Blue) = 126+4+2=132 (17% of max value = 765). Red value is 126 (49.61% from 255 or 95.45% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0402 is #81FBFD. Grayscale: #282828. Windows color (decimal): -8518654 or 132222. OLE color: 132222.

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

Color convert

RGB 126 4 2 -
CMYK 0 0.97 0.98 0.51
HSL 0.97º 0.97% 0.25% -
HSV(B) 0.97º 0.98% 0.49% -
XYZ 8.66 4.53 0.47 -
YUV 40.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 126 4 2 0 0.97 0.98 0.51 0.97 0.97 0.25
Hex 7E 4 2 0 61 62 33 1 61 19
Octal 176 4 2 0 141 142 63 1 141 31
Binary 1111110 100 10 0 1100001 1100010 110011 1 1100001 11001

Color Harmonies of #7E0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0402

Black with #7E0402

Text Example


Text Example

White with #7E0402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,2); }

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

background-color css

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

 a { background-color: rgb(126,4,2); }

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

border-color css

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

 span { border-color: rgb(126,4,2); }

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