Html Css Color HEX #750802 Maroon

📋 copy color: '#750802'

red 117 ◦ green 8 ◦ blue 2

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

Shades of Maroon #750802

Tints of Maroon #750802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

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

R = 92.13%
G = 6.3%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750802 (or 0x750802) is known color: Maroon. HEX triplet: 75, 08 and 02. RGB value is (117,8,2). Sum of RGB (Red+Green+Blue) = 117+8+2=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750802 is #8AF7FD. Grayscale: #282828. Windows color (decimal): -9107454 or 133237. OLE color: 133237.

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

Color convert

RGB 117 8 2 -
CMYK 0 0.93 0.98 0.54
HSL 3.13º 0.97% 0.23% -
HSV(B) 3.13º 0.98% 0.46% -
XYZ 7.43 3.96 0.43 -
YUV 39.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 117 8 2 0 0.93 0.98 0.54 3.13 0.97 0.23
Hex 75 8 2 0 5D 62 36 3 61 17
Octal 165 10 2 0 135 142 66 3 141 27
Binary 1110101 1000 10 0 1011101 1100010 110110 11 1100001 10111

Color Harmonies of #750802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750802

Black with #750802

Text Example


Text Example

White with #750802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750802; }

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

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

background-color css

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

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

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

border-color css

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

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

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