Html Css Color HEX #781000 Maroon

📋 copy color: '#781000'

red 120 ◦ green 16 ◦ blue 0

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

Shades of Maroon #781000

Tints of Maroon #781000

RGB

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

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

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

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#781000 (or 0x781000) is known color: Maroon. HEX triplet: 78, 10 and 00. RGB value is (120,16,0). Sum of RGB (Red+Green+Blue) = 120+16+0=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #781000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781000 is #87EFFF. Grayscale: #2D2D2D. Windows color (decimal): -8908800 or 4216. OLE color: 4216.

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

Color convert

RGB 120 16 0 -
CMYK 0 0.87 1 0.53
HSL 1% 0.24% -
HSV(B) 1% 0.47% -
XYZ 7.93 4.36 0.42 -
YUV 45.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 120 16 0 0 0.87 1 0.53 8 1 0.24
Hex 78 10 0 0 57 64 35 8 64 18
Octal 170 20 0 0 127 144 65 10 144 30
Binary 1111000 10000 0 0 1010111 1100100 110101 1000 1100100 11000

Color Harmonies of #781000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781000

Black with #781000

Text Example


Text Example

White with #781000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781000; }

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

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

background-color css

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

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

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

border-color css

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

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

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