#7F262E

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

Shades of Scarlett #7F262E

Tints of Scarlett #7F262E

Color information

#7F262E (or 0x7F262E) is unknown color: approx Scarlett. HEX triplet: 7F, 26 and 2E. RGB value is (127,38,46). Sum of RGB (Red+Green+Blue) = 127+38+46=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F262E is #80D9D1. Grayscale: #414141. Windows color (decimal): -8444370 or 3024511. OLE color: 3024511.

HSL color Cylindrical-coordinate representation of color #7F262E: hue angle of 354.61º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F262E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1273846-
CMYK00.700.640.50
HSL354.61º53.94%32.35%-
HSV(B)354.61º70.08%49.8%-
XYZ9.946.13.24-
YUV65.52116.99171.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=60.19%
G=18.01%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127384600.700.640.50354.6153.9432.35
Hex7F262E04640321633620
Octal17746560106100625436640
Binary1111111100110101110010001101000000110010101100011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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