Html Css Color HEX #7A2130 Scarlett

📋 copy color: '#7A2130'

red 122 ◦ green 33 ◦ blue 48

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

Shades of Scarlett #7A2130

Tints of Scarlett #7A2130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 60.1%
G = 16.26%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A2130 (or 0x7A2130) is known color: Scarlett. HEX triplet: 7A, 21 and 30. RGB value is (122,33,48). Sum of RGB (Red+Green+Blue) = 122+33+48=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2130 is #85DECF. Grayscale: #3D3D3D. Windows color (decimal): -8773328 or 3154298. OLE color: 3154298.

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

Color convert

RGB 122 33 48 -
CMYK 0 0.73 0.61 0.52
HSL 349.89º 0.57% 0.3% -
HSV(B) 349.89º 0.73% 0.48% -
XYZ 9.1 5.44 3.37 -
YUV 61.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 122 33 48 0 0.73 0.61 0.52 349.89 0.57 0.3
Hex 7A 21 30 0 49 3D 34 15E 39 1E
Octal 172 41 60 0 111 75 64 536 71 36
Binary 1111010 100001 110000 0 1001001 111101 110100 101011110 111001 11110

Color Harmonies of #7A2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2130

Black with #7A2130

Text Example


Text Example

White with #7A2130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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