Html Css Color HEX #780403 Maroon

📋 copy color: '#780403'

red 120 ◦ green 4 ◦ blue 3

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

Shades of Maroon #780403

Tints of Maroon #780403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 94.49%
G = 3.15%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780403 (or 0x780403) is known color: Maroon. HEX triplet: 78, 04 and 03. RGB value is (120,4,3). Sum of RGB (Red+Green+Blue) = 120+4+3=127 (16% of max value = 765). Red value is 120 (47.27% from 255 or 94.49% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 120 - color contains mainly: red. Hex color #780403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780403 is #87FBFC. Grayscale: #262626. Windows color (decimal): -8911869 or 197752. OLE color: 197752.

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

Color convert

RGB 120 4 3 -
CMYK 0 0.97 0.98 0.53
HSL 0.51º 0.95% 0.24% -
HSV(B) 0.51º 0.98% 0.47% -
XYZ 7.81 4.09 0.46 -
YUV 38.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 120 4 3 0 0.97 0.98 0.53 0.51 0.95 0.24
Hex 78 4 3 0 61 62 35 1 5F 18
Octal 170 4 3 0 141 142 65 1 137 30
Binary 1111000 100 11 0 1100001 1100010 110101 1 1011111 11000

Color Harmonies of #780403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780403

Black with #780403

Text Example


Text Example

White with #780403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780403; }

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

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

background-color css

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

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

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

border-color css

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

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

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