Html Css Color HEX #780803 Maroon

📋 copy color: '#780803'

red 120 ◦ green 8 ◦ blue 3

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

Shades of Maroon #780803

Tints of Maroon #780803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.11%

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

R = 91.6%
G = 6.11%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780803 (or 0x780803) is known color: Maroon. HEX triplet: 78, 08 and 03. RGB value is (120,8,3). Sum of RGB (Red+Green+Blue) = 120+8+3=131 (17% of max value = 765). Red value is 120 (47.27% from 255 or 91.60% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 120 - color contains mainly: red. Hex color #780803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780803 is #87F7FC. Grayscale: #292929. Windows color (decimal): -8910845 or 198776. OLE color: 198776.

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

Color convert

RGB 120 8 3 -
CMYK 0 0.93 0.98 0.53
HSL 2.56º 0.95% 0.24% -
HSV(B) 2.56º 0.98% 0.47% -
XYZ 7.85 4.17 0.48 -
YUV 40.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 120 8 3 0 0.93 0.98 0.53 2.56 0.95 0.24
Hex 78 8 3 0 5D 62 35 3 5F 18
Octal 170 10 3 0 135 142 65 3 137 30
Binary 1111000 1000 11 0 1011101 1100010 110101 11 1011111 11000

Color Harmonies of #780803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780803

Black with #780803

Text Example


Text Example

White with #780803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780803; }

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

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

background-color css

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

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

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

border-color css

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

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

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