Html Css Color HEX #7E0B08 Maroon

📋 copy color: '#7E0B08'

red 126 ◦ green 11 ◦ blue 8

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

Shades of Maroon #7E0B08

Tints of Maroon #7E0B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.59%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 86.9%
G = 7.59%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7E0B08 (or 0x7E0B08) is known color: Maroon. HEX triplet: 7E, 0B and 08. RGB value is (126,11,8). Sum of RGB (Red+Green+Blue) = 126+11+8=145 (19% of max value = 765). Red value is 126 (49.61% from 255 or 86.90% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B08 is #81F4F7. Grayscale: #2D2D2D. Windows color (decimal): -8516856 or 527230. OLE color: 527230.

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

Color convert

RGB 126 11 8 -
CMYK 0 0.91 0.94 0.51
HSL 1.53º 0.88% 0.26% -
HSV(B) 1.53º 0.94% 0.49% -
XYZ 8.77 4.69 0.67 -
YUV 45.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 126 11 8 0 0.91 0.94 0.51 1.53 0.88 0.26
Hex 7E B 8 0 5B 5E 33 2 58 1A
Octal 176 13 10 0 133 136 63 2 130 32
Binary 1111110 1011 1000 0 1011011 1011110 110011 10 1011000 11010

Color Harmonies of #7E0B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B08

Black with #7E0B08

Text Example


Text Example

White with #7E0B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,11,8); }

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

background-color css

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

 a { background-color: rgb(126,11,8); }

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

border-color css

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

 span { border-color: rgb(126,11,8); }

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