Html Css Color HEX #7E0E02 Maroon

📋 copy color: '#7E0E02'

red 126 ◦ green 14 ◦ blue 2

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

Shades of Maroon #7E0E02

Tints of Maroon #7E0E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.86%

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

R = 88.73%
G = 9.86%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E0E02 (or 0x7E0E02) is known color: Maroon. HEX triplet: 7E, 0E and 02. RGB value is (126,14,2). Sum of RGB (Red+Green+Blue) = 126+14+2=142 (18% of max value = 765). Red value is 126 (49.61% from 255 or 88.73% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0E02 is #81F1FD. Grayscale: #2E2E2E. Windows color (decimal): -8516094 or 134782. OLE color: 134782.

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

Color convert

RGB 126 14 2 -
CMYK 0 0.89 0.98 0.51
HSL 5.81º 0.97% 0.25% -
HSV(B) 5.81º 0.98% 0.49% -
XYZ 8.77 4.75 0.51 -
YUV 46.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 126 14 2 0 0.89 0.98 0.51 5.81 0.97 0.25
Hex 7E E 2 0 59 62 33 6 61 19
Octal 176 16 2 0 131 142 63 6 141 31
Binary 1111110 1110 10 0 1011001 1100010 110011 110 1100001 11001

Color Harmonies of #7E0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0E02

Black with #7E0E02

Text Example


Text Example

White with #7E0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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