Html Css Color HEX #7F0604 Maroon

📋 copy color: '#7F0604'

red 127 ◦ green 6 ◦ blue 4

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

Shades of Maroon #7F0604

Tints of Maroon #7F0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

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

R = 92.7%
G = 4.38%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F0604 (or 0x7F0604) is known color: Maroon. HEX triplet: 7F, 06 and 04. RGB value is (127,6,4). Sum of RGB (Red+Green+Blue) = 127+6+4=137 (18% of max value = 765). Red value is 127 (50% from 255 or 92.70% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0604 is #80F9FB. Grayscale: #2A2A2A. Windows color (decimal): -8452604 or 263807. OLE color: 263807.

HSL color Cylindrical-coordinate representation of color #7F0604: hue angle of 0.98º 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 #7F0604 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 6 4 -
CMYK 0 0.95 0.97 0.50
HSL 0.98º 0.94% 0.26% -
HSV(B) 0.98º 0.97% 0.5% -
XYZ 8.84 4.65 0.55 -
YUV 41.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 127 6 4 0 0.95 0.97 0.50 0.98 0.94 0.26
Hex 7F 6 4 0 5F 61 32 1 5E 1A
Octal 177 6 4 0 137 141 62 1 136 32
Binary 1111111 110 100 0 1011111 1100001 110010 1 1011110 11010

Color Harmonies of #7F0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0604

Black with #7F0604

Text Example


Text Example

White with #7F0604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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