Html Css Color HEX #7A2129 Scarlett

📋 copy color: '#7A2129'

red 122 ◦ green 33 ◦ blue 41

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

Shades of Scarlett #7A2129

Tints of Scarlett #7A2129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.92%

R = 62.24%
G = 16.84%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A2129 (or 0x7A2129) is known color: Scarlett. HEX triplet: 7A, 21 and 29. RGB value is (122,33,41). Sum of RGB (Red+Green+Blue) = 122+33+41=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2129 is #85DED6. Grayscale: #3C3C3C. Windows color (decimal): -8773335 or 2695546. OLE color: 2695546.

HSL color Cylindrical-coordinate representation of color #7A2129: hue angle of 354.61º 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 #7A2129 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 33 41 -
CMYK 0 0.73 0.66 0.52
HSL 354.61º 0.57% 0.3% -
HSV(B) 354.61º 0.73% 0.48% -
XYZ 8.97 5.39 2.66 -
YUV 60.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 122 33 41 0 0.73 0.66 0.52 354.61 0.57 0.3
Hex 7A 21 29 0 49 42 34 163 39 1E
Octal 172 41 51 0 111 102 64 543 71 36
Binary 1111010 100001 101001 0 1001001 1000010 110100 101100011 111001 11110

Color Harmonies of #7A2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2129

Black with #7A2129

Text Example


Text Example

White with #7A2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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