Html Css Color HEX #751202 Maroon

📋 copy color: '#751202'

red 117 ◦ green 18 ◦ blue 2

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

Shades of Maroon #751202

Tints of Maroon #751202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 85.4%
G = 13.14%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751202 (or 0x751202) is known color: Maroon. HEX triplet: 75, 12 and 02. RGB value is (117,18,2). Sum of RGB (Red+Green+Blue) = 117+18+2=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #751202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751202 is #8AEDFD. Grayscale: #2D2D2D. Windows color (decimal): -9104894 or 135797. OLE color: 135797.

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

Color convert

RGB 117 18 2 -
CMYK 0 0.85 0.98 0.54
HSL 8.35º 0.97% 0.23% -
HSV(B) 8.35º 0.98% 0.46% -
XYZ 7.56 4.22 0.47 -
YUV 45.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 117 18 2 0 0.85 0.98 0.54 8.35 0.97 0.23
Hex 75 12 2 0 55 62 36 8 61 17
Octal 165 22 2 0 125 142 66 10 141 27
Binary 1110101 10010 10 0 1010101 1100010 110110 1000 1100001 10111

Color Harmonies of #751202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751202

Black with #751202

Text Example


Text Example

White with #751202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751202; }

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

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

background-color css

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

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

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

border-color css

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

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

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