Html Css Color HEX #750509 Sangria

📋 copy color: '#750509'

red 117 ◦ green 5 ◦ blue 9

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

Shades of Sangria #750509

Tints of Sangria #750509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 89.31%
G = 3.82%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#750509 (or 0x750509) is known color: Sangria. HEX triplet: 75, 05 and 09. RGB value is (117,5,9). Sum of RGB (Red+Green+Blue) = 117+5+9=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #750509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750509 is #8AFAF6. Grayscale: #272727. Windows color (decimal): -9108215 or 591221. OLE color: 591221.

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

Color convert

RGB 117 5 9 -
CMYK 0 0.96 0.92 0.54
HSL 357.86º 0.92% 0.24% -
HSV(B) 357.86º 0.96% 0.46% -
XYZ 7.44 3.91 0.62 -
YUV 38.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 117 5 9 0 0.96 0.92 0.54 357.86 0.92 0.24
Hex 75 5 9 0 60 5C 36 166 5C 18
Octal 165 5 11 0 140 134 66 546 134 30
Binary 1110101 101 1001 0 1100000 1011100 110110 101100110 1011100 11000

Color Harmonies of #750509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750509

Black with #750509

Text Example


Text Example

White with #750509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750509; }

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

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

background-color css

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

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

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

border-color css

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

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

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