#851427

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

Shades of Scarlett #851427

Tints of Scarlett #851427

Color information

#851427 (or 0x851427) is unknown color: approx Scarlett. HEX triplet: 85, 14 and 27. RGB value is (133,20,39). Sum of RGB (Red+Green+Blue) = 133+20+39=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #851427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851427 is #7AEBD8. Grayscale: #373737. Windows color (decimal): -8055769 or 2561157. OLE color: 2561157.

HSL color Cylindrical-coordinate representation of color #851427: hue angle of 349.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851427 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1332039-
CMYK00.850.710.48
HSL349.91º73.86%30%-
HSV(B)349.91º84.96%52.16%-
XYZ10.295.632.46-
YUV55.95118.44182.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.27%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=69.27%
G=10.42%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133203900.850.710.48349.9173.8630
Hex851427055473015e4a1e
Octal205244701251076053611236
Binary1000010110100100111010101011000111110000101011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851427; }

 p { color: rgb(133,20,39); }

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

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

 a { background-color: rgb(133,20,39); }

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

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

 span { border-color: rgb(133,20,39); }

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