Html Css Color HEX #760D09 Maroon

📋 copy color: '#760D09'

red 118 ◦ green 13 ◦ blue 9

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

Shades of Maroon #760D09

Tints of Maroon #760D09

RGB

 RED value IS 118 (46.48% from 255) = 84.29%

 GREEN value IS 13 (5.47% from 255) = 9.29%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 84.29%
G = 9.29%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#760D09 (or 0x760D09) is known color: Maroon. HEX triplet: 76, 0D and 09. RGB value is (118,13,9). Sum of RGB (Red+Green+Blue) = 118+13+9=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D09 is #89F2F6. Grayscale: #2C2C2C. Windows color (decimal): -9040631 or 593270. OLE color: 593270.

HSL color Cylindrical-coordinate representation of color #760D09: hue angle of 2.2º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760D09 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 9 -
CMYK 0 0.89 0.92 0.54
HSL 2.2º 0.86% 0.25% -
HSV(B) 2.2º 0.92% 0.46% -
XYZ 7.66 4.16 0.66 -
YUV 43.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 118 13 9 0 0.89 0.92 0.54 2.2 0.86 0.25
Hex 76 D 9 0 59 5C 36 2 56 19
Octal 166 15 11 0 131 134 66 2 126 31
Binary 1110110 1101 1001 0 1011001 1011100 110110 10 1010110 11001

Color Harmonies of #760D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D09

Black with #760D09

Text Example


Text Example

White with #760D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D09; }

 p { color: rgb(118,13,9); }

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

background-color css

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

 a { background-color: rgb(118,13,9); }

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

border-color css

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

 span { border-color: rgb(118,13,9); }

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