Html Css Color HEX #750101 Maroon

📋 copy color: '#750101'

red 117 ◦ green 1 ◦ blue 1

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

Shades of Maroon #750101

Tints of Maroon #750101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 98.32%
G = 0.84%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#750101 (or 0x750101) is known color: Maroon. HEX triplet: 75, 01 and 01. RGB value is (117,1,1). Sum of RGB (Red+Green+Blue) = 117+1+1=119 (15% of max value = 765). Red value is 117 (46.09% from 255 or 98.32% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 117 - color contains mainly: red. Hex color #750101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750101 is #8AFEFE. Grayscale: #232323. Windows color (decimal): -9109247 or 65909. OLE color: 65909.

HSL color Cylindrical-coordinate representation of color #750101: hue angle of 0º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 1 -
CMYK 0 0.99 0.99 0.54
HSL 0.98% 0.23% -
HSV(B) 0.99% 0.46% -
XYZ 7.35 3.81 0.38 -
YUV 35.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 117 1 1 0 0.99 0.99 0.54 0 0.98 0.23
Hex 75 1 1 0 63 63 36 0 62 17
Octal 165 1 1 0 143 143 66 0 142 27
Binary 1110101 1 1 0 1100011 1100011 110110 0 1100010 10111

Color Harmonies of #750101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750101

Black with #750101

Text Example


Text Example

White with #750101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750101; }

 p { color: rgb(117,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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