Html Css Color HEX #750205 Sangria

📋 copy color: '#750205'

red 117 ◦ green 2 ◦ blue 5

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

Shades of Sangria #750205

Tints of Sangria #750205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 94.35%
G = 1.61%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#750205 (or 0x750205) is known color: Sangria. HEX triplet: 75, 02 and 05. RGB value is (117,2,5). Sum of RGB (Red+Green+Blue) = 117+2+5=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750205 is #8AFDFA. Grayscale: #242424. Windows color (decimal): -9108987 or 328309. OLE color: 328309.

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

Color convert

RGB 117 2 5 -
CMYK 0 0.98 0.96 0.54
HSL 358.43º 0.97% 0.23% -
HSV(B) 358.43º 0.98% 0.46% -
XYZ 7.39 3.84 0.49 -
YUV 36.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 117 2 5 0 0.98 0.96 0.54 358.43 0.97 0.23
Hex 75 2 5 0 62 60 36 166 61 17
Octal 165 2 5 0 142 140 66 546 141 27
Binary 1110101 10 101 0 1100010 1100000 110110 101100110 1100001 10111

Color Harmonies of #750205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750205

Black with #750205

Text Example


Text Example

White with #750205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750205; }

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

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

background-color css

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

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

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

border-color css

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

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

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