Html Css Color HEX #780A03 Maroon

📋 copy color: '#780A03'

red 120 ◦ green 10 ◦ blue 3

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

Shades of Maroon #780A03

Tints of Maroon #780A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.52%

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

R = 90.23%
G = 7.52%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780A03 (or 0x780A03) is known color: Maroon. HEX triplet: 78, 0A and 03. RGB value is (120,10,3). Sum of RGB (Red+Green+Blue) = 120+10+3=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #780A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A03 is #87F5FC. Grayscale: #2A2A2A. Windows color (decimal): -8910333 or 199288. OLE color: 199288.

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

Color convert

RGB 120 10 3 -
CMYK 0 0.92 0.98 0.53
HSL 3.59º 0.95% 0.24% -
HSV(B) 3.59º 0.98% 0.47% -
XYZ 7.87 4.22 0.49 -
YUV 42.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 120 10 3 0 0.92 0.98 0.53 3.59 0.95 0.24
Hex 78 A 3 0 5C 62 35 4 5F 18
Octal 170 12 3 0 134 142 65 4 137 30
Binary 1111000 1010 11 0 1011100 1100010 110101 100 1011111 11000

Color Harmonies of #780A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A03

Black with #780A03

Text Example


Text Example

White with #780A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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