Html Css Color HEX #750508 Sangria

📋 copy color: '#750508'

red 117 ◦ green 5 ◦ blue 8

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

Shades of Sangria #750508

Tints of Sangria #750508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

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

R = 90%
G = 3.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#750508 (or 0x750508) is known color: Sangria. HEX triplet: 75, 05 and 08. RGB value is (117,5,8). Sum of RGB (Red+Green+Blue) = 117+5+8=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750508 is #8AFAF7. Grayscale: #262626. Windows color (decimal): -9108216 or 525685. OLE color: 525685.

HSL color Cylindrical-coordinate representation of color #750508: hue angle of 358.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750508 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 8 -
CMYK 0 0.96 0.93 0.54
HSL 358.39º 0.92% 0.24% -
HSV(B) 358.39º 0.96% 0.46% -
XYZ 7.43 3.91 0.59 -
YUV 38.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 117 5 8 0 0.96 0.93 0.54 358.39 0.92 0.24
Hex 75 5 8 0 60 5D 36 166 5C 18
Octal 165 5 10 0 140 135 66 546 134 30
Binary 1110101 101 1000 0 1100000 1011101 110110 101100110 1011100 11000

Color Harmonies of #750508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750508

Black with #750508

Text Example


Text Example

White with #750508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750508; }

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

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

background-color css

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

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

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

border-color css

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

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

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