Html Css Color HEX #750106 Sangria

📋 copy color: '#750106'

red 117 ◦ green 1 ◦ blue 6

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

Shades of Sangria #750106

Tints of Sangria #750106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 94.35%
G = 0.81%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#750106 (or 0x750106) is known color: Sangria. HEX triplet: 75, 01 and 06. RGB value is (117,1,6). Sum of RGB (Red+Green+Blue) = 117+1+6=124 (16% of max value = 765). Red value is 117 (46.09% from 255 or 94.35% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 117 - color contains mainly: red. Hex color #750106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750106 is #8AFEF9. Grayscale: #242424. Windows color (decimal): -9109242 or 393589. OLE color: 393589.

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

Color convert

RGB 117 1 6 -
CMYK 0 0.99 0.95 0.54
HSL 357.41º 0.98% 0.23% -
HSV(B) 357.41º 0.99% 0.46% -
XYZ 7.38 3.82 0.52 -
YUV 36.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 117 1 6 0 0.99 0.95 0.54 357.41 0.98 0.23
Hex 75 1 6 0 63 5F 36 165 62 17
Octal 165 1 6 0 143 137 66 545 142 27
Binary 1110101 1 110 0 1100011 1011111 110110 101100101 1100010 10111

Color Harmonies of #750106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750106

Black with #750106

Text Example


Text Example

White with #750106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750106; }

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

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

background-color css

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

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

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

border-color css

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

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

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