Html Css Color HEX #780C03 Maroon

📋 copy color: '#780C03'

red 120 ◦ green 12 ◦ blue 3

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

Shades of Maroon #780C03

Tints of Maroon #780C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

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

R = 88.89%
G = 8.89%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#780C03 (or 0x780C03) is known color: Maroon. HEX triplet: 78, 0C and 03. RGB value is (120,12,3). Sum of RGB (Red+Green+Blue) = 120+12+3=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #780C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C03 is #87F3FC. Grayscale: #2B2B2B. Windows color (decimal): -8909821 or 199800. OLE color: 199800.

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

Color convert

RGB 120 12 3 -
CMYK 0 0.90 0.98 0.53
HSL 4.62º 0.95% 0.24% -
HSV(B) 4.62º 0.98% 0.47% -
XYZ 7.89 4.26 0.49 -
YUV 43.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 120 12 3 0 0.90 0.98 0.53 4.62 0.95 0.24
Hex 78 C 3 0 5A 62 35 5 5F 18
Octal 170 14 3 0 132 142 65 5 137 30
Binary 1111000 1100 11 0 1011010 1100010 110101 101 1011111 11000

Color Harmonies of #780C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C03

Black with #780C03

Text Example


Text Example

White with #780C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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