Html Css Color HEX #7A080D Sangria

📋 copy color: '#7A080D'

red 122 ◦ green 8 ◦ blue 13

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

Shades of Sangria #7A080D

Tints of Sangria #7A080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 85.31%
G = 5.59%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A080D (or 0x7A080D) is known color: Sangria. HEX triplet: 7A, 08 and 0D. RGB value is (122,8,13). Sum of RGB (Red+Green+Blue) = 122+8+13=143 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.31% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 122 - color contains mainly: red. Hex color #7A080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A080D is #85F7F2. Grayscale: #2A2A2A. Windows color (decimal): -8779763 or 854138. OLE color: 854138.

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

Color convert

RGB 122 8 13 -
CMYK 0 0.93 0.89 0.52
HSL 357.37º 0.88% 0.25% -
HSV(B) 357.37º 0.93% 0.48% -
XYZ 8.19 4.34 0.79 -
YUV 42.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 122 8 13 0 0.93 0.89 0.52 357.37 0.88 0.25
Hex 7A 8 D 0 5D 59 34 165 58 19
Octal 172 10 15 0 135 131 64 545 130 31
Binary 1111010 1000 1101 0 1011101 1011001 110100 101100101 1011000 11001

Color Harmonies of #7A080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A080D

Black with #7A080D

Text Example


Text Example

White with #7A080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,13); }

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

background-color css

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

 a { background-color: rgb(122,8,13); }

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

border-color css

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

 span { border-color: rgb(122,8,13); }

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