Html Css Color HEX #781303 Maroon

📋 copy color: '#781303'

red 120 ◦ green 19 ◦ blue 3

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

Shades of Maroon #781303

Tints of Maroon #781303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 84.51%
G = 13.38%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#781303 (or 0x781303) is known color: Maroon. HEX triplet: 78, 13 and 03. RGB value is (120,19,3). Sum of RGB (Red+Green+Blue) = 120+19+3=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #781303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781303 is #87ECFC. Grayscale: #2F2F2F. Windows color (decimal): -8908029 or 201592. OLE color: 201592.

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

Color convert

RGB 120 19 3 -
CMYK 0 0.84 0.98 0.53
HSL 8.21º 0.95% 0.24% -
HSV(B) 8.21º 0.98% 0.47% -
XYZ 8 4.47 0.53 -
YUV 47.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 120 19 3 0 0.84 0.98 0.53 8.21 0.95 0.24
Hex 78 13 3 0 54 62 35 8 5F 18
Octal 170 23 3 0 124 142 65 10 137 30
Binary 1111000 10011 11 0 1010100 1100010 110101 1000 1011111 11000

Color Harmonies of #781303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781303

Black with #781303

Text Example


Text Example

White with #781303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781303; }

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

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

background-color css

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

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

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

border-color css

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

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

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