Html Css Color HEX #7A2132 Scarlett

📋 copy color: '#7A2132'

red 122 ◦ green 33 ◦ blue 50

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

Shades of Scarlett #7A2132

Tints of Scarlett #7A2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 59.51%
G = 16.1%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7A2132 (or 0x7A2132) is known color: Scarlett. HEX triplet: 7A, 21 and 32. RGB value is (122,33,50). Sum of RGB (Red+Green+Blue) = 122+33+50=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2132 is #85DECD. Grayscale: #3D3D3D. Windows color (decimal): -8773326 or 3285370. OLE color: 3285370.

HSL color Cylindrical-coordinate representation of color #7A2132: hue angle of 348.54º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2132 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 33 50 -
CMYK 0 0.73 0.59 0.52
HSL 348.54º 0.57% 0.3% -
HSV(B) 348.54º 0.73% 0.48% -
XYZ 9.15 5.46 3.59 -
YUV 61.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 122 33 50 0 0.73 0.59 0.52 348.54 0.57 0.3
Hex 7A 21 32 0 49 3B 34 15D 39 1E
Octal 172 41 62 0 111 73 64 535 71 36
Binary 1111010 100001 110010 0 1001001 111011 110100 101011101 111001 11110

Color Harmonies of #7A2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2132

Black with #7A2132

Text Example


Text Example

White with #7A2132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,33,50); }

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

background-color css

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

 a { background-color: rgb(122,33,50); }

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

border-color css

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

 span { border-color: rgb(122,33,50); }

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