#7F182E

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

Shades of Scarlett #7F182E

Tints of Scarlett #7F182E

Color information

#7F182E (or 0x7F182E) is unknown color: approx Scarlett. HEX triplet: 7F, 18 and 2E. RGB value is (127,24,46). Sum of RGB (Red+Green+Blue) = 127+24+46=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F182E is #80E7D1. Grayscale: #393939. Windows color (decimal): -8447954 or 3020927. OLE color: 3020927.

HSL color Cylindrical-coordinate representation of color #7F182E: hue angle of 347.18º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F182E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1272446-
CMYK00.810.640.50
HSL347.18º68.21%29.61%-
HSV(B)347.18º81.1%49.8%-
XYZ9.575.363.12-
YUV57.3121.62177.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=64.47%
G=12.18%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127244600.810.640.50347.1868.2129.61
Hex7F182E051403215b441e
Octal177305601211006253310436
Binary111111111000101110010100011000000110010101011011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,46); }

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

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

 a { background-color: rgb(127,24,46); }

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

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

 span { border-color: rgb(127,24,46); }

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