Html Css Color HEX #731800 Maroon

📋 copy color: '#731800'

red 115 ◦ green 24 ◦ blue 0

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

Shades of Maroon #731800

Tints of Maroon #731800

RGB

 RED value IS 115 (45.31% from 255) = 82.73%

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 82.73%
G = 17.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#731800 (or 0x731800) is known color: Maroon. HEX triplet: 73, 18 and 00. RGB value is (115,24,0). Sum of RGB (Red+Green+Blue) = 115+24+0=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #731800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731800 is #8CE7FF. Grayscale: #303030. Windows color (decimal): -9234432 or 6259. OLE color: 6259.

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

Color convert

RGB 115 24 0 -
CMYK 0 0.79 1 0.55
HSL 12.52º 1% 0.23% -
HSV(B) 12.52º 1% 0.45% -
XYZ 7.4 4.3 0.44 -
YUV 48.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 115 24 0 0 0.79 1 0.55 12.52 1 0.23
Hex 73 18 0 0 4F 64 37 D 64 17
Octal 163 30 0 0 117 144 67 15 144 27
Binary 1110011 11000 0 0 1001111 1100100 110111 1101 1100100 10111

Color Harmonies of #731800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731800

Black with #731800

Text Example


Text Example

White with #731800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731800; }

 p { color: rgb(115,24,0); }

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

background-color css

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

 a { background-color: rgb(115,24,0); }

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

border-color css

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

 span { border-color: rgb(115,24,0); }

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