#7A1C2E

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

Shades of Scarlett #7A1C2E

Tints of Scarlett #7A1C2E

Color information

#7A1C2E (or 0x7A1C2E) is unknown color: approx Scarlett. HEX triplet: 7A, 1C and 2E. RGB value is (122,28,46). Sum of RGB (Red+Green+Blue) = 122+28+46=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C2E is #85E3D1. Grayscale: #3A3A3A. Windows color (decimal): -8774610 or 3021946. OLE color: 3021946.

HSL color Cylindrical-coordinate representation of color #7A1C2E: hue angle of 348.51º 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 #7A1C2E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1222846-
CMYK00.770.620.52
HSL348.51º62.67%29.41%-
HSV(B)348.51º77.05%47.84%-
XYZ8.935.173.11-
YUV58.16121.14173.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.24%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=62.24%
G=14.29%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122284600.770.620.52348.5162.6729.41
Hex7A1C2E04D3E3415d3f1d
Octal1723456011576645357735
Binary1111010111001011100100110111111011010010101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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