Html Css Color HEX #7A1F2D Scarlett

📋 copy color: '#7A1F2D'

red 122 ◦ green 31 ◦ blue 45

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

Shades of Scarlett #7A1F2D

Tints of Scarlett #7A1F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.66%

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

R = 61.62%
G = 15.66%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7A1F2D (or 0x7A1F2D) is known color: Scarlett. HEX triplet: 7A, 1F and 2D. RGB value is (122,31,45). Sum of RGB (Red+Green+Blue) = 122+31+45=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F2D is #85E0D2. Grayscale: #3B3B3B. Windows color (decimal): -8773843 or 2957178. OLE color: 2957178.

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

Color convert

RGB 122 31 45 -
CMYK 0 0.75 0.63 0.52
HSL 350.77º 0.59% 0.3% -
HSV(B) 350.77º 0.75% 0.48% -
XYZ 8.99 5.31 3.03 -
YUV 59.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 122 31 45 0 0.75 0.63 0.52 350.77 0.59 0.3
Hex 7A 1F 2D 0 4B 3F 34 15F 3B 1E
Octal 172 37 55 0 113 77 64 537 73 36
Binary 1111010 11111 101101 0 1001011 111111 110100 101011111 111011 11110

Color Harmonies of #7A1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F2D

Black with #7A1F2D

Text Example


Text Example

White with #7A1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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