Html Css Color HEX #780D04 Maroon

📋 copy color: '#780D04'

red 120 ◦ green 13 ◦ blue 4

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

Shades of Maroon #780D04

Tints of Maroon #780D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

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

R = 87.59%
G = 9.49%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#780D04 (or 0x780D04) is known color: Maroon. HEX triplet: 78, 0D and 04. RGB value is (120,13,4). Sum of RGB (Red+Green+Blue) = 120+13+4=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #780D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D04 is #87F2FB. Grayscale: #2C2C2C. Windows color (decimal): -8909564 or 265592. OLE color: 265592.

HSL color Cylindrical-coordinate representation of color #780D04: hue angle of 4.66º 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 #780D04 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 4 -
CMYK 0 0.89 0.97 0.53
HSL 4.66º 0.94% 0.24% -
HSV(B) 4.66º 0.97% 0.47% -
XYZ 7.91 4.29 0.53 -
YUV 43.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 120 13 4 0 0.89 0.97 0.53 4.66 0.94 0.24
Hex 78 D 4 0 59 61 35 5 5E 18
Octal 170 15 4 0 131 141 65 5 136 30
Binary 1111000 1101 100 0 1011001 1100001 110101 101 1011110 11000

Color Harmonies of #780D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D04

Black with #780D04

Text Example


Text Example

White with #780D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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