Html Css Color HEX #7C0900 Maroon

📋 copy color: '#7C0900'

red 124 ◦ green 9 ◦ blue 0

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

Shades of Maroon #7C0900

Tints of Maroon #7C0900

RGB

 RED value IS 124 (48.83% from 255) = 93.23%

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 93.23%
G = 6.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C0900 (or 0x7C0900) is known color: Maroon. HEX triplet: 7C, 09 and 00. RGB value is (124,9,0). Sum of RGB (Red+Green+Blue) = 124+9+0=133 (17% of max value = 765). Red value is 124 (48.83% from 255 or 93.23% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0900 is #83F6FF. Grayscale: #2A2A2A. Windows color (decimal): -8648448 or 2428. OLE color: 2428.

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

Color convert

RGB 124 9 0 -
CMYK 0 0.93 1 0.51
HSL 4.35º 1% 0.24% -
HSV(B) 4.35º 1% 0.49% -
XYZ 8.41 4.48 0.42 -
YUV 42.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 124 9 0 0 0.93 1 0.51 4.35 1 0.24
Hex 7C 9 0 0 5D 64 33 4 64 18
Octal 174 11 0 0 135 144 63 4 144 30
Binary 1111100 1001 0 0 1011101 1100100 110011 100 1100100 11000

Color Harmonies of #7C0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0900

Black with #7C0900

Text Example


Text Example

White with #7C0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,0); }

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

background-color css

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

 a { background-color: rgb(124,9,0); }

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

border-color css

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

 span { border-color: rgb(124,9,0); }

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