#841330

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

Shades of Scarlett #841330

Tints of Scarlett #841330

Color information

#841330 (or 0x841330) is unknown color: approx Scarlett. HEX triplet: 84, 13 and 30. RGB value is (132,19,48). Sum of RGB (Red+Green+Blue) = 132+19+48=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #841330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841330 is #7BECCF. Grayscale: #383838. Windows color (decimal): -8121552 or 3150724. OLE color: 3150724.

HSL color Cylindrical-coordinate representation of color #841330: hue angle of 344.6º degrees, saturation: 0.75, 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 #841330 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1321948-
CMYK00.860.640.48
HSL344.6º74.83%29.61%-
HSV(B)344.6º85.61%51.76%-
XYZ10.285.583.33-
YUV56.09123.44182.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=66.33%
G=9.55%
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
Decimal132194800.860.640.48344.674.8329.61
Hex84133005640301594b1e
Octal204236001261006053111336
Binary1000010010011110000010101101000000110000101011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841330; }

 p { color: rgb(132,19,48); }

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

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

 a { background-color: rgb(132,19,48); }

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

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

 span { border-color: rgb(132,19,48); }

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