Html Css Color HEX #7D1600 Maroon

📋 copy color: '#7D1600'

red 125 ◦ green 22 ◦ blue 0

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

Shades of Maroon #7D1600

Tints of Maroon #7D1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.03%
G = 14.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7D1600 (or 0x7D1600) is known color: Maroon. HEX triplet: 7D, 16 and 00. RGB value is (125,22,0). Sum of RGB (Red+Green+Blue) = 125+22+0=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1600 is #82E9FF. Grayscale: #323232. Windows color (decimal): -8579584 or 5757. OLE color: 5757.

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

Color convert

RGB 125 22 0 -
CMYK 0 0.82 1 0.51
HSL 10.56º 1% 0.25% -
HSV(B) 10.56º 1% 0.49% -
XYZ 8.74 4.93 0.49 -
YUV 50.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 125 22 0 0 0.82 1 0.51 10.56 1 0.25
Hex 7D 16 0 0 52 64 33 B 64 19
Octal 175 26 0 0 122 144 63 13 144 31
Binary 1111101 10110 0 0 1010010 1100100 110011 1011 1100100 11001

Color Harmonies of #7D1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1600

Black with #7D1600

Text Example


Text Example

White with #7D1600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,0); }

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

background-color css

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

 a { background-color: rgb(125,22,0); }

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

border-color css

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

 span { border-color: rgb(125,22,0); }

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