#841231

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

Shades of Scarlett #841231

Tints of Scarlett #841231

Color information

#841231 (or 0x841231) is unknown color: approx Scarlett. HEX triplet: 84, 12 and 31. RGB value is (132,18,49). Sum of RGB (Red+Green+Blue) = 132+18+49=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #841231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841231 is #7BEDCE. Grayscale: #373737. Windows color (decimal): -8121807 or 3216004. OLE color: 3216004.

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

Color convert

RGB1321849-
CMYK00.860.630.48
HSL343.68º76%29.41%-
HSV(B)343.68º86.36%51.76%-
XYZ10.295.563.44-
YUV55.62124.27182.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=66.33%
G=9.05%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132184900.860.630.48343.687629.41
Hex8412310563F301584c1d
Octal20422610126776053011435
Binary100001001001011000101010110111111110000101011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841231; }

 p { color: rgb(132,18,49); }

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

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

 a { background-color: rgb(132,18,49); }

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

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

 span { border-color: rgb(132,18,49); }

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