Html Css Color HEX #7D0800 Maroon

📋 copy color: '#7D0800'

red 125 ◦ green 8 ◦ blue 0

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

Shades of Maroon #7D0800

Tints of Maroon #7D0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

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

R = 93.98%
G = 6.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7D0800 (or 0x7D0800) is known color: Maroon. HEX triplet: 7D, 08 and 00. RGB value is (125,8,0). Sum of RGB (Red+Green+Blue) = 125+8+0=133 (17% of max value = 765). Red value is 125 (49.22% from 255 or 93.98% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0800 is #82F7FF. Grayscale: #2A2A2A. Windows color (decimal): -8583168 or 2173. OLE color: 2173.

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

Color convert

RGB 125 8 0 -
CMYK 0 0.94 1 0.51
HSL 3.84º 1% 0.25% -
HSV(B) 3.84º 1% 0.49% -
XYZ 8.54 4.53 0.42 -
YUV 42.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 125 8 0 0 0.94 1 0.51 3.84 1 0.25
Hex 7D 8 0 0 5E 64 33 4 64 19
Octal 175 10 0 0 136 144 63 4 144 31
Binary 1111101 1000 0 0 1011110 1100100 110011 100 1100100 11001

Color Harmonies of #7D0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0800

Black with #7D0800

Text Example


Text Example

White with #7D0800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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