Html Css Color HEX #75080A Sangria

📋 copy color: '#75080A'

red 117 ◦ green 8 ◦ blue 10

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

Shades of Sangria #75080A

Tints of Sangria #75080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 86.67%
G = 5.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75080A (or 0x75080A) is known color: Sangria. HEX triplet: 75, 08 and 0A. RGB value is (117,8,10). Sum of RGB (Red+Green+Blue) = 117+8+10=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #75080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75080A is #8AF7F5. Grayscale: #282828. Windows color (decimal): -9107446 or 657525. OLE color: 657525.

HSL color Cylindrical-coordinate representation of color #75080A: hue angle of 358.9º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75080A is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 10 -
CMYK 0 0.93 0.91 0.54
HSL 358.9º 0.87% 0.25% -
HSV(B) 358.9º 0.93% 0.46% -
XYZ 7.48 3.98 0.66 -
YUV 40.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 117 8 10 0 0.93 0.91 0.54 358.9 0.87 0.25
Hex 75 8 A 0 5D 5B 36 167 57 19
Octal 165 10 12 0 135 133 66 547 127 31
Binary 1110101 1000 1010 0 1011101 1011011 110110 101100111 1010111 11001

Color Harmonies of #75080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75080A

Black with #75080A

Text Example


Text Example

White with #75080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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