Html Css Color HEX #7A0102 Sangria

📋 copy color: '#7A0102'

red 122 ◦ green 1 ◦ blue 2

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

Shades of Sangria #7A0102

Tints of Sangria #7A0102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 97.6%
G = 0.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A0102 (or 0x7A0102) is known color: Sangria. HEX triplet: 7A, 01 and 02. RGB value is (122,1,2). Sum of RGB (Red+Green+Blue) = 122+1+2=125 (16% of max value = 765). Red value is 122 (48.05% from 255 or 97.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0102 is #85FEFD. Grayscale: #252525. Windows color (decimal): -8781566 or 131450. OLE color: 131450.

HSL color Cylindrical-coordinate representation of color #7A0102: hue angle of 359.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 1 2 -
CMYK 0 0.99 0.98 0.52
HSL 359.5º 0.98% 0.24% -
HSV(B) 359.5º 0.99% 0.48% -
XYZ 8.05 4.16 0.44 -
YUV 37.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 122 1 2 0 0.99 0.98 0.52 359.5 0.98 0.24
Hex 7A 1 2 0 63 62 34 168 62 18
Octal 172 1 2 0 143 142 64 550 142 30
Binary 1111010 1 10 0 1100011 1100010 110100 101101000 1100010 11000

Color Harmonies of #7A0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0102

Black with #7A0102

Text Example


Text Example

White with #7A0102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,2); }

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

background-color css

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

 a { background-color: rgb(122,1,2); }

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

border-color css

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

 span { border-color: rgb(122,1,2); }

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