Html Css Color HEX #7E0B01 Maroon

📋 copy color: '#7E0B01'

red 126 ◦ green 11 ◦ blue 1

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

Shades of Maroon #7E0B01

Tints of Maroon #7E0B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 91.3%
G = 7.97%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7E0B01 (or 0x7E0B01) is known color: Maroon. HEX triplet: 7E, 0B and 01. RGB value is (126,11,1). Sum of RGB (Red+Green+Blue) = 126+11+1=138 (18% of max value = 765). Red value is 126 (49.61% from 255 or 91.30% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B01 is #81F4FE. Grayscale: #2C2C2C. Windows color (decimal): -8516863 or 68478. OLE color: 68478.

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

Color convert

RGB 126 11 1 -
CMYK 0 0.91 0.99 0.51
HSL 4.8º 0.98% 0.25% -
HSV(B) 4.8º 0.99% 0.49% -
XYZ 8.73 4.68 0.47 -
YUV 44.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 126 11 1 0 0.91 0.99 0.51 4.8 0.98 0.25
Hex 7E B 1 0 5B 63 33 5 62 19
Octal 176 13 1 0 133 143 63 5 142 31
Binary 1111110 1011 1 0 1011011 1100011 110011 101 1100010 11001

Color Harmonies of #7E0B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B01

Black with #7E0B01

Text Example


Text Example

White with #7E0B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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