Html Css Color HEX #7F1304 Maroon

📋 copy color: '#7F1304'

red 127 ◦ green 19 ◦ blue 4

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

Shades of Maroon #7F1304

Tints of Maroon #7F1304

RGB

 RED value IS 127 (50% from 255) = 84.67%

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 84.67%
G = 12.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F1304 (or 0x7F1304) is known color: Maroon. HEX triplet: 7F, 13 and 04. RGB value is (127,19,4). Sum of RGB (Red+Green+Blue) = 127+19+4=150 (19% of max value = 765). Red value is 127 (50% from 255 or 84.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1304 is #80ECFB. Grayscale: #313131. Windows color (decimal): -8449276 or 267135. OLE color: 267135.

HSL color Cylindrical-coordinate representation of color #7F1304: hue angle of 7.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F1304 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 4 -
CMYK 0 0.85 0.97 0.50
HSL 7.32º 0.94% 0.26% -
HSV(B) 7.32º 0.97% 0.5% -
XYZ 9.01 4.99 0.6 -
YUV 49.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 127 19 4 0 0.85 0.97 0.50 7.32 0.94 0.26
Hex 7F 13 4 0 55 61 32 7 5E 1A
Octal 177 23 4 0 125 141 62 7 136 32
Binary 1111111 10011 100 0 1010101 1100001 110010 111 1011110 11010

Color Harmonies of #7F1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1304

Black with #7F1304

Text Example


Text Example

White with #7F1304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,4); }

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

background-color css

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

 a { background-color: rgb(127,19,4); }

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

border-color css

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

 span { border-color: rgb(127,19,4); }

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