Html Css Color HEX #750102 Sangria

📋 copy color: '#750102'

red 117 ◦ green 1 ◦ blue 2

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

Shades of Sangria #750102

Tints of Sangria #750102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 97.5%
G = 0.83%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750102 (or 0x750102) is known color: Sangria. HEX triplet: 75, 01 and 02. RGB value is (117,1,2). Sum of RGB (Red+Green+Blue) = 117+1+2=120 (15% of max value = 765). Red value is 117 (46.09% from 255 or 97.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 117 - color contains mainly: red. Hex color #750102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750102 is #8AFEFD. Grayscale: #232323. Windows color (decimal): -9109246 or 131445. OLE color: 131445.

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

Color convert

RGB 117 1 2 -
CMYK 0 0.99 0.98 0.54
HSL 359.48º 0.98% 0.23% -
HSV(B) 359.48º 0.99% 0.46% -
XYZ 7.36 3.81 0.4 -
YUV 35.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 117 1 2 0 0.99 0.98 0.54 359.48 0.98 0.23
Hex 75 1 2 0 63 62 36 167 62 17
Octal 165 1 2 0 143 142 66 547 142 27
Binary 1110101 1 10 0 1100011 1100010 110110 101100111 1100010 10111

Color Harmonies of #750102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750102

Black with #750102

Text Example


Text Example

White with #750102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750102; }

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

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

background-color css

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

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

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

border-color css

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

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

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