Html Css Color HEX #780E01 Maroon

📋 copy color: '#780E01'

red 120 ◦ green 14 ◦ blue 1

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

Shades of Maroon #780E01

Tints of Maroon #780E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.37%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 88.89%
G = 10.37%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#780E01 (or 0x780E01) is known color: Maroon. HEX triplet: 78, 0E and 01. RGB value is (120,14,1). Sum of RGB (Red+Green+Blue) = 120+14+1=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #780E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E01 is #87F1FE. Grayscale: #2C2C2C. Windows color (decimal): -8909311 or 69240. OLE color: 69240.

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

Color convert

RGB 120 14 1 -
CMYK 0 0.88 0.99 0.53
HSL 6.55º 0.98% 0.24% -
HSV(B) 6.55º 0.99% 0.47% -
XYZ 7.91 4.31 0.44 -
YUV 44.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 120 14 1 0 0.88 0.99 0.53 6.55 0.98 0.24
Hex 78 E 1 0 58 63 35 7 62 18
Octal 170 16 1 0 130 143 65 7 142 30
Binary 1111000 1110 1 0 1011000 1100011 110101 111 1100010 11000

Color Harmonies of #780E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E01

Black with #780E01

Text Example


Text Example

White with #780E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,14,1); }

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

background-color css

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

 a { background-color: rgb(120,14,1); }

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

border-color css

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

 span { border-color: rgb(120,14,1); }

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