Html Css Color HEX #751002 Maroon

📋 copy color: '#751002'

red 117 ◦ green 16 ◦ blue 2

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

Shades of Maroon #751002

Tints of Maroon #751002

RGB

 RED value IS 117 (46.09% from 255) = 86.67%

 GREEN value IS 16 (6.64% from 255) = 11.85%

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 86.67%
G = 11.85%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751002 (or 0x751002) is known color: Maroon. HEX triplet: 75, 10 and 02. RGB value is (117,16,2). Sum of RGB (Red+Green+Blue) = 117+16+2=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #751002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751002 is #8AEFFD. Grayscale: #2C2C2C. Windows color (decimal): -9105406 or 135285. OLE color: 135285.

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

Color convert

RGB 117 16 2 -
CMYK 0 0.86 0.98 0.54
HSL 7.3º 0.97% 0.23% -
HSV(B) 7.3º 0.98% 0.46% -
XYZ 7.53 4.16 0.46 -
YUV 44.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 117 16 2 0 0.86 0.98 0.54 7.3 0.97 0.23
Hex 75 10 2 0 56 62 36 7 61 17
Octal 165 20 2 0 126 142 66 7 141 27
Binary 1110101 10000 10 0 1010110 1100010 110110 111 1100001 10111

Color Harmonies of #751002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751002

Black with #751002

Text Example


Text Example

White with #751002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751002; }

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

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

background-color css

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

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

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

border-color css

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

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

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