Html Css Color HEX #750002 Sangria

📋 copy color: '#750002'

red 117 ◦ green 0 ◦ blue 2

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

Shades of Sangria #750002

Tints of Sangria #750002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.32%
G = 0%
B = 1.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#750002 (or 0x750002) is known color: Sangria. HEX triplet: 75, 00 and 02. RGB value is (117,0,2). Sum of RGB (Red+Green+Blue) = 117+0+2=119 (15% of max value = 765). Red value is 117 (46.09% from 255 or 98.32% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 117 - color contains mainly: red. Hex color #750002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750002 is #8AFFFD. Grayscale: #232323. Windows color (decimal): -9109502 or 131189. OLE color: 131189.

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

Color convert

RGB 117 0 2 -
CMYK 0 1 0.98 0.54
HSL 358.97º 1% 0.23% -
HSV(B) 358.97º 1% 0.46% -
XYZ 7.35 3.79 0.4 -
YUV 35.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 117 0 2 0 1 0.98 0.54 358.97 1 0.23
Hex 75 0 2 0 64 62 36 167 64 17
Octal 165 0 2 0 144 142 66 547 144 27
Binary 1110101 0 10 0 1100100 1100010 110110 101100111 1100100 10111

Color Harmonies of #750002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750002

Black with #750002

Text Example


Text Example

White with #750002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750002; }

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

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

background-color css

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

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

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

border-color css

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

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

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