Html Css Color HEX #780A02 Maroon

📋 copy color: '#780A02'

red 120 ◦ green 10 ◦ blue 2

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

Shades of Maroon #780A02

Tints of Maroon #780A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.52%

R = 90.91%
G = 7.58%
B = 1.52%

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

#780A02 (or 0x780A02) is known color: Maroon. HEX triplet: 78, 0A and 02. RGB value is (120,10,2). Sum of RGB (Red+Green+Blue) = 120+10+2=132 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 120 - color contains mainly: red. Hex color #780A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A02 is #87F5FD. Grayscale: #2A2A2A. Windows color (decimal): -8910334 or 133752. OLE color: 133752.

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

Color convert

RGB 120 10 2 -
CMYK 0 0.92 0.98 0.53
HSL 4.07º 0.97% 0.24% -
HSV(B) 4.07º 0.98% 0.47% -
XYZ 7.87 4.21 0.46 -
YUV 41.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 120 10 2 0 0.92 0.98 0.53 4.07 0.97 0.24
Hex 78 A 2 0 5C 62 35 4 61 18
Octal 170 12 2 0 134 142 65 4 141 30
Binary 1111000 1010 10 0 1011100 1100010 110101 100 1100001 11000

Color Harmonies of #780A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A02

Black with #780A02

Text Example


Text Example

White with #780A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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