Html Css Color HEX #7A2831 Scarlett

📋 copy color: '#7A2831'

red 122 ◦ green 40 ◦ blue 49

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

Shades of Scarlett #7A2831

Tints of Scarlett #7A2831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 57.82%
G = 18.96%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7A2831 (or 0x7A2831) is known color: Scarlett. HEX triplet: 7A, 28 and 31. RGB value is (122,40,49). Sum of RGB (Red+Green+Blue) = 122+40+49=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2831 is #85D7CE. Grayscale: #414141. Windows color (decimal): -8771535 or 3221626. OLE color: 3221626.

HSL color Cylindrical-coordinate representation of color #7A2831: hue angle of 353.41º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A2831 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 40 49 -
CMYK 0 0.67 0.60 0.52
HSL 353.41º 0.51% 0.32% -
HSV(B) 353.41º 0.67% 0.48% -
XYZ 9.34 5.88 3.55 -
YUV 65.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 122 40 49 0 0.67 0.60 0.52 353.41 0.51 0.32
Hex 7A 28 31 0 43 3C 34 161 33 20
Octal 172 50 61 0 103 74 64 541 63 40
Binary 1111010 101000 110001 0 1000011 111100 110100 101100001 110011 100000

Color Harmonies of #7A2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2831

Black with #7A2831

Text Example


Text Example

White with #7A2831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,40,49); }

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

background-color css

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

 a { background-color: rgb(122,40,49); }

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

border-color css

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

 span { border-color: rgb(122,40,49); }

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