Html Css Color HEX #7A1E30 Scarlett

📋 copy color: '#7A1E30'

red 122 ◦ green 30 ◦ blue 48

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

Shades of Scarlett #7A1E30

Tints of Scarlett #7A1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

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

R = 61%
G = 15%
B = 24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A1E30 (or 0x7A1E30) is known color: Scarlett. HEX triplet: 7A, 1E and 30. RGB value is (122,30,48). Sum of RGB (Red+Green+Blue) = 122+30+48=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E30 is #85E1CF. Grayscale: #3B3B3B. Windows color (decimal): -8774096 or 3153530. OLE color: 3153530.

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

Color convert

RGB 122 30 48 -
CMYK 0 0.75 0.61 0.52
HSL 348.26º 0.61% 0.3% -
HSV(B) 348.26º 0.75% 0.48% -
XYZ 9.02 5.28 3.34 -
YUV 59.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 122 30 48 0 0.75 0.61 0.52 348.26 0.61 0.3
Hex 7A 1E 30 0 4B 3D 34 15C 3D 1E
Octal 172 36 60 0 113 75 64 534 75 36
Binary 1111010 11110 110000 0 1001011 111101 110100 101011100 111101 11110

Color Harmonies of #7A1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1E30

Black with #7A1E30

Text Example


Text Example

White with #7A1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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