Html Css Color HEX #780300 Maroon

📋 copy color: '#780300'

red 120 ◦ green 3 ◦ blue 0

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

Shades of Maroon #780300

Tints of Maroon #780300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.56%
G = 2.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#780300 (or 0x780300) is known color: Maroon. HEX triplet: 78, 03 and 00. RGB value is (120,3,0). Sum of RGB (Red+Green+Blue) = 120+3+0=123 (16% of max value = 765). Red value is 120 (47.27% from 255 or 97.56% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 120 - color contains mainly: red. Hex color #780300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780300 is #87FCFF. Grayscale: #252525. Windows color (decimal): -8912128 or 888. OLE color: 888.

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

Color convert

RGB 120 3 0 -
CMYK 0 0.98 1 0.53
HSL 1.5º 1% 0.24% -
HSV(B) 1.5º 1% 0.47% -
XYZ 7.78 4.06 0.37 -
YUV 37.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 120 3 0 0 0.98 1 0.53 1.5 1 0.24
Hex 78 3 0 0 62 64 35 2 64 18
Octal 170 3 0 0 142 144 65 2 144 30
Binary 1111000 11 0 0 1100010 1100100 110101 10 1100100 11000

Color Harmonies of #780300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780300

Black with #780300

Text Example


Text Example

White with #780300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780300; }

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

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

background-color css

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

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

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

border-color css

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

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

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