Html Css Color HEX #750103 Sangria

📋 copy color: '#750103'

red 117 ◦ green 1 ◦ blue 3

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

Shades of Sangria #750103

Tints of Sangria #750103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 96.69%
G = 0.83%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#750103 (or 0x750103) is known color: Sangria. HEX triplet: 75, 01 and 03. RGB value is (117,1,3). Sum of RGB (Red+Green+Blue) = 117+1+3=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750103 is #8AFEFC. Grayscale: #242424. Windows color (decimal): -9109245 or 196981. OLE color: 196981.

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

Color convert

RGB 117 1 3 -
CMYK 0 0.99 0.97 0.54
HSL 358.97º 0.98% 0.23% -
HSV(B) 358.97º 0.99% 0.46% -
XYZ 7.36 3.81 0.43 -
YUV 35.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 117 1 3 0 0.99 0.97 0.54 358.97 0.98 0.23
Hex 75 1 3 0 63 61 36 167 62 17
Octal 165 1 3 0 143 141 66 547 142 27
Binary 1110101 1 11 0 1100011 1100001 110110 101100111 1100010 10111

Color Harmonies of #750103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750103

Black with #750103

Text Example


Text Example

White with #750103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750103; }

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

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

background-color css

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

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

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

border-color css

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

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

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