#851230

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

Shades of Scarlett #851230

Tints of Scarlett #851230

Color information

#851230 (or 0x851230) is unknown color: approx Scarlett. HEX triplet: 85, 12 and 30. RGB value is (133,18,48). Sum of RGB (Red+Green+Blue) = 133+18+48=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851230 is #7AEDCF. Grayscale: #373737. Windows color (decimal): -8056272 or 3150469. OLE color: 3150469.

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

Color convert

RGB1331848-
CMYK00.860.640.48
HSL344.35º76.16%29.61%-
HSV(B)344.35º86.47%52.16%-
XYZ10.425.633.33-
YUV55.8123.6183.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=66.83%
G=9.05%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133184800.860.640.48344.3576.1629.61
Hex85123005640301584c1e
Octal205226001261006053011436
Binary1000010110010110000010101101000000110000101011000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851230; }

 p { color: rgb(133,18,48); }

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

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

 a { background-color: rgb(133,18,48); }

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

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

 span { border-color: rgb(133,18,48); }

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