Html Css Color HEX #781004 Maroon

📋 copy color: '#781004'

red 120 ◦ green 16 ◦ blue 4

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

Shades of Maroon #781004

Tints of Maroon #781004

RGB

 RED value IS 120 (47.27% from 255) = 85.71%

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 85.71%
G = 11.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781004 (or 0x781004) is known color: Maroon. HEX triplet: 78, 10 and 04. RGB value is (120,16,4). Sum of RGB (Red+Green+Blue) = 120+16+4=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #781004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781004 is #87EFFB. Grayscale: #2D2D2D. Windows color (decimal): -8908796 or 266360. OLE color: 266360.

HSL color Cylindrical-coordinate representation of color #781004: hue angle of 6.21º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #781004 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 4 -
CMYK 0 0.87 0.97 0.53
HSL 6.21º 0.94% 0.24% -
HSV(B) 6.21º 0.97% 0.47% -
XYZ 7.95 4.37 0.54 -
YUV 45.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 120 16 4 0 0.87 0.97 0.53 6.21 0.94 0.24
Hex 78 10 4 0 57 61 35 6 5E 18
Octal 170 20 4 0 127 141 65 6 136 30
Binary 1111000 10000 100 0 1010111 1100001 110101 110 1011110 11000

Color Harmonies of #781004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781004

Black with #781004

Text Example


Text Example

White with #781004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781004; }

 p { color: rgb(120,16,4); }

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

background-color css

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

 a { background-color: rgb(120,16,4); }

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

border-color css

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

 span { border-color: rgb(120,16,4); }

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