Html Css Color HEX #780905 Maroon

📋 copy color: '#780905'

red 120 ◦ green 9 ◦ blue 5

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

Shades of Maroon #780905

Tints of Maroon #780905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 89.55%
G = 6.72%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#780905 (or 0x780905) is known color: Maroon. HEX triplet: 78, 09 and 05. RGB value is (120,9,5). Sum of RGB (Red+Green+Blue) = 120+9+5=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780905 is #87F6FA. Grayscale: #292929. Windows color (decimal): -8910587 or 330104. OLE color: 330104.

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

Color convert

RGB 120 9 5 -
CMYK 0 0.92 0.96 0.53
HSL 2.09º 0.92% 0.25% -
HSV(B) 2.09º 0.96% 0.47% -
XYZ 7.87 4.2 0.54 -
YUV 41.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 120 9 5 0 0.92 0.96 0.53 2.09 0.92 0.25
Hex 78 9 5 0 5C 60 35 2 5C 19
Octal 170 11 5 0 134 140 65 2 134 31
Binary 1111000 1001 101 0 1011100 1100000 110101 10 1011100 11001

Color Harmonies of #780905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780905

Black with #780905

Text Example


Text Example

White with #780905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780905; }

 p { color: rgb(120,9,5); }

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

background-color css

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

 a { background-color: rgb(120,9,5); }

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

border-color css

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

 span { border-color: rgb(120,9,5); }

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