Html Css Color HEX #7A242F Scarlett

📋 copy color: '#7A242F'

red 122 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #7A242F

Tints of Scarlett #7A242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 59.51%
G = 17.56%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A242F (or 0x7A242F) is known color: Scarlett. HEX triplet: 7A, 24 and 2F. RGB value is (122,36,47). Sum of RGB (Red+Green+Blue) = 122+36+47=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A242F is #85DBD0. Grayscale: #3F3F3F. Windows color (decimal): -8772561 or 3089530. OLE color: 3089530.

HSL color Cylindrical-coordinate representation of color #7A242F: hue angle of 352.33º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A242F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 36 47 -
CMYK 0 0.70 0.61 0.52
HSL 352.33º 0.54% 0.31% -
HSV(B) 352.33º 0.7% 0.48% -
XYZ 9.17 5.6 3.29 -
YUV 62.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 122 36 47 0 0.70 0.61 0.52 352.33 0.54 0.31
Hex 7A 24 2F 0 46 3D 34 160 36 1F
Octal 172 44 57 0 106 75 64 540 66 37
Binary 1111010 100100 101111 0 1000110 111101 110100 101100000 110110 11111

Color Harmonies of #7A242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A242F

Black with #7A242F

Text Example


Text Example

White with #7A242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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