Html Css Color HEX #761300 Maroon

📋 copy color: '#761300'

red 118 ◦ green 19 ◦ blue 0

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

Shades of Maroon #761300

Tints of Maroon #761300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 86.13%
G = 13.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761300 (or 0x761300) is known color: Maroon. HEX triplet: 76, 13 and 00. RGB value is (118,19,0). Sum of RGB (Red+Green+Blue) = 118+19+0=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #761300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761300 is #89ECFF. Grayscale: #2E2E2E. Windows color (decimal): -9039104 or 4982. OLE color: 4982.

HSL color Cylindrical-coordinate representation of color #761300: hue angle of 9.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #761300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 0 -
CMYK 0 0.84 1 0.54
HSL 9.66º 1% 0.23% -
HSV(B) 9.66º 1% 0.46% -
XYZ 7.7 4.32 0.43 -
YUV 46.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 118 19 0 0 0.84 1 0.54 9.66 1 0.23
Hex 76 13 0 0 54 64 36 A 64 17
Octal 166 23 0 0 124 144 66 12 144 27
Binary 1110110 10011 0 0 1010100 1100100 110110 1010 1100100 10111

Color Harmonies of #761300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761300

Black with #761300

Text Example


Text Example

White with #761300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761300; }

 p { color: rgb(118,19,0); }

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

background-color css

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

 a { background-color: rgb(118,19,0); }

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

border-color css

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

 span { border-color: rgb(118,19,0); }

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