#751303

Color #751303 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #751303

Tints of Maroon #751303

Color information

#751303 (or 0x751303) is unknown color: approx Maroon. HEX triplet: 75, 13 and 03. RGB value is (117,19,3). Sum of RGB (Red+Green+Blue) = 117+19+3=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #751303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751303 is #8AECFC. Grayscale: #2E2E2E. Windows color (decimal): -9104637 or 201589. OLE color: 201589.

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

Color convert

RGB117193-
CMYK00.840.970.54
HSL8.42º95%23.53%-
HSV(B)8.42º97.44%45.88%-
XYZ7.594.250.51-
YUV46.48103.47178.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.17%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=84.17%
G=13.67%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11719300.840.970.548.429523.53
Hex75133054613685f18
Octal1652330124141661013730
Binary111010110011110101010011000011101101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751303; }

 p { color: rgb(117,19,3); }

 H1.HeaderClassName
 {
   color: #751303;
 }
 .AnyTagClassName
 {
   color: #751303;
 }
</style>
background-color css

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

 a { background-color: rgb(117,19,3); }

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

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

 span { border-color: rgb(117,19,3); }

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