Html Css Color HEX #750409 Sangria

📋 copy color: '#750409'

red 117 ◦ green 4 ◦ blue 9

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

Shades of Sangria #750409

Tints of Sangria #750409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 90%
G = 3.08%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#750409 (or 0x750409) is known color: Sangria. HEX triplet: 75, 04 and 09. RGB value is (117,4,9). Sum of RGB (Red+Green+Blue) = 117+4+9=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750409 is #8AFBF6. Grayscale: #262626. Windows color (decimal): -9108471 or 590965. OLE color: 590965.

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

Color convert

RGB 117 4 9 -
CMYK 0 0.97 0.92 0.54
HSL 357.35º 0.93% 0.24% -
HSV(B) 357.35º 0.97% 0.46% -
XYZ 7.43 3.89 0.62 -
YUV 38.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 117 4 9 0 0.97 0.92 0.54 357.35 0.93 0.24
Hex 75 4 9 0 61 5C 36 165 5D 18
Octal 165 4 11 0 141 134 66 545 135 30
Binary 1110101 100 1001 0 1100001 1011100 110110 101100101 1011101 11000

Color Harmonies of #750409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750409

Black with #750409

Text Example


Text Example

White with #750409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750409; }

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

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

background-color css

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

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

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

border-color css

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

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

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