Html Css Color HEX #750105 Sangria

📋 copy color: '#750105'

red 117 ◦ green 1 ◦ blue 5

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

Shades of Sangria #750105

Tints of Sangria #750105

RGB

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

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

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

R = 95.12%
G = 0.81%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#750105 (or 0x750105) is known color: Sangria. HEX triplet: 75, 01 and 05. RGB value is (117,1,5). Sum of RGB (Red+Green+Blue) = 117+1+5=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750105 is #8AFEFA. Grayscale: #242424. Windows color (decimal): -9109243 or 328053. OLE color: 328053.

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

Color convert

RGB 117 1 5 -
CMYK 0 0.99 0.96 0.54
HSL 357.93º 0.98% 0.23% -
HSV(B) 357.93º 0.99% 0.46% -
XYZ 7.37 3.81 0.49 -
YUV 36.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 117 1 5 0 0.99 0.96 0.54 357.93 0.98 0.23
Hex 75 1 5 0 63 60 36 166 62 17
Octal 165 1 5 0 143 140 66 546 142 27
Binary 1110101 1 101 0 1100011 1100000 110110 101100110 1100010 10111

Color Harmonies of #750105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750105

Black with #750105

Text Example


Text Example

White with #750105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750105; }

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

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

background-color css

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

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

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

border-color css

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

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

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