#7F1B2F

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

Shades of Scarlett #7F1B2F

Tints of Scarlett #7F1B2F

Color information

#7F1B2F (or 0x7F1B2F) is unknown color: approx Scarlett. HEX triplet: 7F, 1B and 2F. RGB value is (127,27,47). Sum of RGB (Red+Green+Blue) = 127+27+47=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B2F is #80E4D0. Grayscale: #3B3B3B. Windows color (decimal): -8447185 or 3087231. OLE color: 3087231.

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

Color convert

RGB1272747-
CMYK00.790.630.50
HSL348º64.94%30.2%-
HSV(B)348º78.74%49.8%-
XYZ9.665.53.24-
YUV59.18121.13176.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=63.18%
G=13.43%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127274700.790.630.5034864.9430.2
Hex7F1B2F04F3F3215c411e
Octal17733570117776253410136
Binary11111111101110111101001111111111110010101011100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,47); }

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

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

 a { background-color: rgb(127,27,47); }

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

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

 span { border-color: rgb(127,27,47); }

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