Html Css Color HEX #7A0F10 Sangria

📋 copy color: '#7A0F10'

red 122 ◦ green 15 ◦ blue 16

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

Shades of Sangria #7A0F10

Tints of Sangria #7A0F10

RGB

 RED value IS 122 (48.05% from 255) = 79.74%

 GREEN value IS 15 (6.25% from 255) = 9.8%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 79.74%
G = 9.8%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7A0F10 (or 0x7A0F10) is known color: Sangria. HEX triplet: 7A, 0F and 10. RGB value is (122,15,16). Sum of RGB (Red+Green+Blue) = 122+15+16=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0F10 is #85F0EF. Grayscale: #2F2F2F. Windows color (decimal): -8777968 or 1052538. OLE color: 1052538.

HSL color Cylindrical-coordinate representation of color #7A0F10: hue angle of 359.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F10 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 16 -
CMYK 0 0.88 0.87 0.52
HSL 359.44º 0.78% 0.27% -
HSV(B) 359.44º 0.88% 0.48% -
XYZ 8.29 4.52 0.93 -
YUV 47.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 122 15 16 0 0.88 0.87 0.52 359.44 0.78 0.27
Hex 7A F 10 0 58 57 34 167 4E 1B
Octal 172 17 20 0 130 127 64 547 116 33
Binary 1111010 1111 10000 0 1011000 1010111 110100 101100111 1001110 11011

Color Harmonies of #7A0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F10

Black with #7A0F10

Text Example


Text Example

White with #7A0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0F10; }

 p { color: rgb(122,15,16); }

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

background-color css

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

 a { background-color: rgb(122,15,16); }

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

border-color css

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

 span { border-color: rgb(122,15,16); }

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