Html Css Color HEX #7E0604 Maroon

📋 copy color: '#7E0604'

red 126 ◦ green 6 ◦ blue 4

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

Shades of Maroon #7E0604

Tints of Maroon #7E0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 92.65%
G = 4.41%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E0604 (or 0x7E0604) is known color: Maroon. HEX triplet: 7E, 06 and 04. RGB value is (126,6,4). Sum of RGB (Red+Green+Blue) = 126+6+4=136 (18% of max value = 765). Red value is 126 (49.61% from 255 or 92.65% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0604 is #81F9FB. Grayscale: #292929. Windows color (decimal): -8518140 or 263806. OLE color: 263806.

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

Color convert

RGB 126 6 4 -
CMYK 0 0.95 0.97 0.51
HSL 0.98º 0.94% 0.25% -
HSV(B) 0.98º 0.97% 0.49% -
XYZ 8.69 4.57 0.54 -
YUV 41.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 126 6 4 0 0.95 0.97 0.51 0.98 0.94 0.25
Hex 7E 6 4 0 5F 61 33 1 5E 19
Octal 176 6 4 0 137 141 63 1 136 31
Binary 1111110 110 100 0 1011111 1100001 110011 1 1011110 11001

Color Harmonies of #7E0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0604

Black with #7E0604

Text Example


Text Example

White with #7E0604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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