Html Css Color HEX #750001 Sangria

📋 copy color: '#750001'

red 117 ◦ green 0 ◦ blue 1

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

Shades of Sangria #750001

Tints of Sangria #750001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 99.15%
G = 0%
B = 0.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#750001 (or 0x750001) is known color: Sangria. HEX triplet: 75, 00 and 01. RGB value is (117,0,1). Sum of RGB (Red+Green+Blue) = 117+0+1=118 (15% of max value = 765). Red value is 117 (46.09% from 255 or 99.15% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 117 - color contains mainly: red. Hex color #750001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750001 is #8AFFFE. Grayscale: #232323. Windows color (decimal): -9109503 or 65653. OLE color: 65653.

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

Color convert

RGB 117 0 1 -
CMYK 0 1 0.99 0.54
HSL 359.49º 1% 0.23% -
HSV(B) 359.49º 1% 0.46% -
XYZ 7.34 3.78 0.37 -
YUV 35.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 117 0 1 0 1 0.99 0.54 359.49 1 0.23
Hex 75 0 1 0 64 63 36 167 64 17
Octal 165 0 1 0 144 143 66 547 144 27
Binary 1110101 0 1 0 1100100 1100011 110110 101100111 1100100 10111

Color Harmonies of #750001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750001

Black with #750001

Text Example


Text Example

White with #750001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750001; }

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

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

background-color css

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

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

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

border-color css

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

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

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