Html Css Color HEX #750302 Maroon

📋 copy color: '#750302'

red 117 ◦ green 3 ◦ blue 2

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

Shades of Maroon #750302

Tints of Maroon #750302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 95.9%
G = 2.46%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750302 (or 0x750302) is known color: Maroon. HEX triplet: 75, 03 and 02. RGB value is (117,3,2). Sum of RGB (Red+Green+Blue) = 117+3+2=122 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.90% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 117 - color contains mainly: red. Hex color #750302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750302 is #8AFCFD. Grayscale: #252525. Windows color (decimal): -9108734 or 131957. OLE color: 131957.

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

Color convert

RGB 117 3 2 -
CMYK 0 0.97 0.98 0.54
HSL 0.52º 0.97% 0.23% -
HSV(B) 0.52º 0.98% 0.46% -
XYZ 7.38 3.85 0.41 -
YUV 36.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 117 3 2 0 0.97 0.98 0.54 0.52 0.97 0.23
Hex 75 3 2 0 61 62 36 1 61 17
Octal 165 3 2 0 141 142 66 1 141 27
Binary 1110101 11 10 0 1100001 1100010 110110 1 1100001 10111

Color Harmonies of #750302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750302

Black with #750302

Text Example


Text Example

White with #750302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750302; }

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

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

background-color css

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

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

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

border-color css

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

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

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