#751602

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

Shades of Maroon #751602

Tints of Maroon #751602

Color information

#751602 (or 0x751602) is unknown color: approx Maroon. HEX triplet: 75, 16 and 02. RGB value is (117,22,2). Sum of RGB (Red+Green+Blue) = 117+22+2=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751602 is #8AE9FD. Grayscale: #303030. Windows color (decimal): -9103870 or 136821. OLE color: 136821.

HSL color Cylindrical-coordinate representation of color #751602: hue angle of 10.43º 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 #751602 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117222-
CMYK00.810.980.54
HSL10.43º96.64%23.33%-
HSV(B)10.43º98.29%45.88%-
XYZ7.634.360.5-
YUV48.12101.97177.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=82.98%
G=15.60%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722200.810.980.5410.4396.6423.33
Hex751620516236a6117
Octal1652620121142661214127
Binary111010110110100101000111000101101101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751602; }

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

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

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

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

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

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

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

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