Html Css Color HEX #7A212F Scarlett

📋 copy color: '#7A212F'

red 122 ◦ green 33 ◦ blue 47

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

Shades of Scarlett #7A212F

Tints of Scarlett #7A212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 60.4%
G = 16.34%
B = 23.27%

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

#7A212F (or 0x7A212F) is known color: Scarlett. HEX triplet: 7A, 21 and 2F. RGB value is (122,33,47). Sum of RGB (Red+Green+Blue) = 122+33+47=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A212F is #85DED0. Grayscale: #3D3D3D. Windows color (decimal): -8773329 or 3088762. OLE color: 3088762.

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

Color convert

RGB 122 33 47 -
CMYK 0 0.73 0.61 0.52
HSL 350.56º 0.57% 0.3% -
HSV(B) 350.56º 0.73% 0.48% -
XYZ 9.08 5.43 3.26 -
YUV 61.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 122 33 47 0 0.73 0.61 0.52 350.56 0.57 0.3
Hex 7A 21 2F 0 49 3D 34 15F 39 1E
Octal 172 41 57 0 111 75 64 537 71 36
Binary 1111010 100001 101111 0 1001001 111101 110100 101011111 111001 11110

Color Harmonies of #7A212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A212F

Black with #7A212F

Text Example


Text Example

White with #7A212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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