Html Css Color HEX #750109 Sangria

📋 copy color: '#750109'

red 117 ◦ green 1 ◦ blue 9

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

Shades of Sangria #750109

Tints of Sangria #750109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.09%

R = 92.13%
G = 0.79%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#750109 (or 0x750109) is known color: Sangria. HEX triplet: 75, 01 and 09. RGB value is (117,1,9). Sum of RGB (Red+Green+Blue) = 117+1+9=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750109 is #8AFEF6. Grayscale: #242424. Windows color (decimal): -9109239 or 590197. OLE color: 590197.

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

Color convert

RGB 117 1 9 -
CMYK 0 0.99 0.92 0.54
HSL 355.86º 0.98% 0.23% -
HSV(B) 355.86º 0.99% 0.46% -
XYZ 7.4 3.82 0.61 -
YUV 36.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 117 1 9 0 0.99 0.92 0.54 355.86 0.98 0.23
Hex 75 1 9 0 63 5C 36 164 62 17
Octal 165 1 11 0 143 134 66 544 142 27
Binary 1110101 1 1001 0 1100011 1011100 110110 101100100 1100010 10111

Color Harmonies of #750109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750109

Black with #750109

Text Example


Text Example

White with #750109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750109; }

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

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

background-color css

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

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

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

border-color css

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

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

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