Html Css Color HEX #751502 Maroon

📋 copy color: '#751502'

red 117 ◦ green 21 ◦ blue 2

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

Shades of Maroon #751502

Tints of Maroon #751502

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 value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751502 (or 0x751502) is known color: 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

RGB 117 21 2 -
CMYK 0 0.82 0.98 0.54
HSL 9.91º 0.97% 0.23% -
HSV(B) 9.91º 0.98% 0.46% -
XYZ 7.62 4.32 0.49 -
YUV 47.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 117 21 2 0 0.82 0.98 0.54 9.91 0.97 0.23
Hex 75 15 2 0 52 62 36 A 61 17
Octal 165 25 2 0 122 142 66 12 141 27
Binary 1110101 10101 10 0 1010010 1100010 110110 1010 1100001 10111

Color Harmonies of #751502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751502

Black with #751502

Text Example


Text Example

White with #751502

Text Example


Text Example

HTML Codes & Css Web 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>