Html Css Color HEX #7A252D Scarlett

📋 copy color: '#7A252D'

red 122 ◦ green 37 ◦ blue 45

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

Shades of Scarlett #7A252D

Tints of Scarlett #7A252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 59.8%
G = 18.14%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7A252D (or 0x7A252D) is known color: Scarlett. HEX triplet: 7A, 25 and 2D. RGB value is (122,37,45). Sum of RGB (Red+Green+Blue) = 122+37+45=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A252D is #85DAD2. Grayscale: #3F3F3F. Windows color (decimal): -8772307 or 2958714. OLE color: 2958714.

HSL color Cylindrical-coordinate representation of color #7A252D: hue angle of 354.35º degrees, saturation: 0.53, 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 #7A252D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 45 -
CMYK 0 0.70 0.63 0.52
HSL 354.35º 0.53% 0.31% -
HSV(B) 354.35º 0.7% 0.48% -
XYZ 9.16 5.65 3.09 -
YUV 63.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 122 37 45 0 0.70 0.63 0.52 354.35 0.53 0.31
Hex 7A 25 2D 0 46 3F 34 162 35 1F
Octal 172 45 55 0 106 77 64 542 65 37
Binary 1111010 100101 101101 0 1000110 111111 110100 101100010 110101 11111

Color Harmonies of #7A252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A252D

Black with #7A252D

Text Example


Text Example

White with #7A252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,37,45); }

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

background-color css

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

 a { background-color: rgb(122,37,45); }

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

border-color css

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

 span { border-color: rgb(122,37,45); }

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