Html Css Color HEX #781800 Maroon

📋 copy color: '#781800'

red 120 ◦ green 24 ◦ blue 0

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

Shades of Maroon #781800

Tints of Maroon #781800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#781800 (or 0x781800) is known color: Maroon. HEX triplet: 78, 18 and 00. RGB value is (120,24,0). Sum of RGB (Red+Green+Blue) = 120+24+0=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781800 is #87E7FF. Grayscale: #323232. Windows color (decimal): -8906752 or 6264. OLE color: 6264.

HSL color Cylindrical-coordinate representation of color #781800: hue angle of 12º 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 #781800 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 0 -
CMYK 0 0.8 1 0.53
HSL 12º 1% 0.24% -
HSV(B) 12º 1% 0.47% -
XYZ 8.07 4.65 0.47 -
YUV 49.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 120 24 0 0 0.8 1 0.53 12 1 0.24
Hex 78 18 0 0 50 64 35 C 64 18
Octal 170 30 0 0 120 144 65 14 144 30
Binary 1111000 11000 0 0 1010000 1100100 110101 1100 1100100 11000

Color Harmonies of #781800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781800

Black with #781800

Text Example


Text Example

White with #781800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781800; }

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

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

background-color css

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

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

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

border-color css

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

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

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