#7F1733

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

Shades of Scarlett #7F1733

Tints of Scarlett #7F1733

Color information

#7F1733 (or 0x7F1733) is unknown color: approx Scarlett. HEX triplet: 7F, 17 and 33. RGB value is (127,23,51). Sum of RGB (Red+Green+Blue) = 127+23+51=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1733 is #80E8CC. Grayscale: #393939. Windows color (decimal): -8448205 or 3348351. OLE color: 3348351.

HSL color Cylindrical-coordinate representation of color #7F1733: hue angle of 343.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1733 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1272351-
CMYK00.820.600.50
HSL343.85º69.33%29.41%-
HSV(B)343.85º81.89%49.8%-
XYZ9.665.363.66-
YUV57.29124.46177.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=63.18%
G=11.44%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127235100.820.600.50343.8569.3329.41
Hex7F17330523C32158451d
Octal17727630122746253010535
Binary11111111011111001101010010111100110010101011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,51); }

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

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

 a { background-color: rgb(127,23,51); }

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

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

 span { border-color: rgb(127,23,51); }

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