#751502

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

Shades of Maroon #751502

Tints of Maroon #751502

Color information

#751502 (or 0x751502) is unknown color: approx Maroon. HEX triplet: 75, 15 and 02. RGB value is (117,21,2). Sum of RGB (Red+Green+Blue) = 117+21+2=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #751502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751502 is #8AEAFD. Grayscale: #2F2F2F. Windows color (decimal): -9104126 or 136565. OLE color: 136565.

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

Color convert

RGB117212-
CMYK00.820.980.54
HSL9.91º96.64%23.33%-
HSV(B)9.91º98.29%45.88%-
XYZ7.624.320.49-
YUV47.54102.3177.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=83.57%
G=15%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721200.820.980.549.9196.6423.33
Hex751520526236a6117
Octal1652520122142661214127
Binary111010110101100101001011000101101101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751502; }

 p { color: rgb(117,21,2); }

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

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

 a { background-color: rgb(117,21,2); }

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

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

 span { border-color: rgb(117,21,2); }

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