#851D2C

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

Shades of Scarlett #851D2C

Tints of Scarlett #851D2C

Color information

#851D2C (or 0x851D2C) is unknown color: approx Scarlett. HEX triplet: 85, 1D and 2C. RGB value is (133,29,44). Sum of RGB (Red+Green+Blue) = 133+29+44=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #851D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D2C is #7AE2D3. Grayscale: #3D3D3D. Windows color (decimal): -8053460 or 2891141. OLE color: 2891141.

HSL color Cylindrical-coordinate representation of color #851D2C: hue angle of 351.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D2C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1332944-
CMYK00.780.670.48
HSL351.35º64.2%31.76%-
HSV(B)351.35º78.2%52.16%-
XYZ10.576.052.99-
YUV61.81117.96178.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=64.56%
G=14.08%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133294400.780.670.48351.3564.231.76
Hex851D2C04E433015f4020
Octal205355401161036053710040
Binary10000101111011011000100111010000111100001010111111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,29,44); }

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

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

 a { background-color: rgb(133,29,44); }

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

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

 span { border-color: rgb(133,29,44); }

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