#851B27

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

Shades of Scarlett #851B27

Tints of Scarlett #851B27

Color information

#851B27 (or 0x851B27) is unknown color: approx Scarlett. HEX triplet: 85, 1B and 27. RGB value is (133,27,39). Sum of RGB (Red+Green+Blue) = 133+27+39=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851B27 is #7AE4D8. Grayscale: #3C3C3C. Windows color (decimal): -8053977 or 2562949. OLE color: 2562949.

HSL color Cylindrical-coordinate representation of color #851B27: hue angle of 353.21º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B27 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1332739-
CMYK00.800.710.48
HSL353.21º66.25%31.37%-
HSV(B)353.21º79.7%52.16%-
XYZ10.435.922.51-
YUV60.06116.12180.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=66.83%
G=13.57%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133273900.800.710.48353.2166.2531.37
Hex851B270504730161421f
Octal205334701201076054110237
Binary1000010111011100111010100001000111110000101100001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851B27; }

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

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

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

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

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

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

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

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