Html Css Color HEX #7D1001 Maroon

📋 copy color: '#7D1001'

red 125 ◦ green 16 ◦ blue 1

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

Shades of Maroon #7D1001

Tints of Maroon #7D1001

RGB

 RED value IS 125 (49.22% from 255) = 88.03%

 GREEN value IS 16 (6.64% from 255) = 11.27%

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

R = 88.03%
G = 11.27%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7D1001 (or 0x7D1001) is known color: Maroon. HEX triplet: 7D, 10 and 01. RGB value is (125,16,1). Sum of RGB (Red+Green+Blue) = 125+16+1=142 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.03% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1001 is #82EFFE. Grayscale: #2F2F2F. Windows color (decimal): -8581119 or 69757. OLE color: 69757.

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

Color convert

RGB 125 16 1 -
CMYK 0 0.87 0.99 0.51
HSL 7.26º 0.98% 0.25% -
HSV(B) 7.26º 0.99% 0.49% -
XYZ 8.65 4.73 0.49 -
YUV 46.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 125 16 1 0 0.87 0.99 0.51 7.26 0.98 0.25
Hex 7D 10 1 0 57 63 33 7 62 19
Octal 175 20 1 0 127 143 63 7 142 31
Binary 1111101 10000 1 0 1010111 1100011 110011 111 1100010 11001

Color Harmonies of #7D1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1001

Black with #7D1001

Text Example


Text Example

White with #7D1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,1); }

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

background-color css

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

 a { background-color: rgb(125,16,1); }

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

border-color css

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

 span { border-color: rgb(125,16,1); }

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