Html Css Color HEX #750304 Sangria

📋 copy color: '#750304'

red 117 ◦ green 3 ◦ blue 4

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

Shades of Sangria #750304

Tints of Sangria #750304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 94.35%
G = 2.42%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#750304 (or 0x750304) is known color: Sangria. HEX triplet: 75, 03 and 04. RGB value is (117,3,4). Sum of RGB (Red+Green+Blue) = 117+3+4=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750304 is #8AFCFB. Grayscale: #252525. Windows color (decimal): -9108732 or 263029. OLE color: 263029.

HSL color Cylindrical-coordinate representation of color #750304: hue angle of 359.47º degrees, saturation: 0.95, 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 #750304 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 4 -
CMYK 0 0.97 0.97 0.54
HSL 359.47º 0.95% 0.24% -
HSV(B) 359.47º 0.97% 0.46% -
XYZ 7.39 3.86 0.47 -
YUV 37.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 117 3 4 0 0.97 0.97 0.54 359.47 0.95 0.24
Hex 75 3 4 0 61 61 36 167 5F 18
Octal 165 3 4 0 141 141 66 547 137 30
Binary 1110101 11 100 0 1100001 1100001 110110 101100111 1011111 11000

Color Harmonies of #750304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750304

Black with #750304

Text Example


Text Example

White with #750304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750304; }

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

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

background-color css

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

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

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

border-color css

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

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

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