#7a1c2d

Color #7A1C2D Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7A1C2D

Tints of Scarlett #7A1C2D

Color information

#7A1C2D (or 0x7A1C2D) is unknown color: approx Scarlett. HEX triplet: 7A, 1C and 2D. RGB value is (122,28,45). Sum of RGB (Red+Green+Blue) = 122+28+45=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C2D is #85E3D2. Grayscale: #3A3A3A. Windows color (decimal): -8774611 or 2956410. OLE color: 2956410.

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

Color convert

RGB1222845-
CMYK00.770.630.52
HSL349.15º62.67%29.41%-
HSV(B)349.15º77.05%47.84%-
XYZ8.915.163.01-
YUV58.04120.64173.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=62.56%
G=14.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122284500.770.630.52349.1562.6729.41
Hex7A1C2D04D3F3415d3f1d
Octal1723455011577645357735
Binary1111010111001011010100110111111111010010101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7a1c2d;
 }
 .AnyTagClassName
 {
   color: #7a1c2d;
 }
</style>
background-color css

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

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

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

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

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

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