#841925

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

Shades of Scarlett #841925

Tints of Scarlett #841925

Color information

#841925 (or 0x841925) is unknown color: approx Scarlett. HEX triplet: 84, 19 and 25. RGB value is (132,25,37). Sum of RGB (Red+Green+Blue) = 132+25+37=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #841925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841925 is #7BE6DA. Grayscale: #3A3A3A. Windows color (decimal): -8120027 or 2431364. OLE color: 2431364.

HSL color Cylindrical-coordinate representation of color #841925: hue angle of 353.27º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841925 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1322537-
CMYK00.810.720.48
HSL353.27º68.15%30.78%-
HSV(B)353.27º81.06%51.76%-
XYZ10.25.732.32-
YUV58.36115.95180.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=68.04%
G=12.89%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132253700.810.720.48353.2768.1530.78
Hex8419250514830161441f
Octal204314501211106054110437
Binary1000010011001100101010100011001000110000101100001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841925; }

 p { color: rgb(132,25,37); }

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

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

 a { background-color: rgb(132,25,37); }

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

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

 span { border-color: rgb(132,25,37); }

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