Html Css Color HEX #750008 Sangria

📋 copy color: '#750008'

red 117 ◦ green 0 ◦ blue 8

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

Shades of Sangria #750008

Tints of Sangria #750008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 93.6%
G = 0%
B = 6.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#750008 (or 0x750008) is known color: Sangria. HEX triplet: 75, 00 and 08. RGB value is (117,0,8). Sum of RGB (Red+Green+Blue) = 117+0+8=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750008 is #8AFFF7. Grayscale: #232323. Windows color (decimal): -9109496 or 524405. OLE color: 524405.

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

Color convert

RGB 117 0 8 -
CMYK 0 1 0.93 0.54
HSL 355.9º 1% 0.23% -
HSV(B) 355.9º 1% 0.46% -
XYZ 7.38 3.8 0.57 -
YUV 35.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 117 0 8 0 1 0.93 0.54 355.9 1 0.23
Hex 75 0 8 0 64 5D 36 164 64 17
Octal 165 0 10 0 144 135 66 544 144 27
Binary 1110101 0 1000 0 1100100 1011101 110110 101100100 1100100 10111

Color Harmonies of #750008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750008

Black with #750008

Text Example


Text Example

White with #750008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750008; }

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

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

background-color css

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

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

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

border-color css

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

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

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