#421856

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

Shades of Scarlet Gum #421856

Tints of Scarlet Gum #421856

Color information

#421856 (or 0x421856) is unknown color: approx Scarlet Gum. HEX triplet: 42, 18 and 56. RGB value is (66,24,86). Sum of RGB (Red+Green+Blue) = 66+24+86=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #421856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421856 is #BDE7A9. Grayscale: #2B2B2B. Windows color (decimal): -12445610 or 5642306. OLE color: 5642306.

HSL color Cylindrical-coordinate representation of color #421856: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421856 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB662486-
CMYK0.230.7200.66
HSL280.65º56.36%21.57%-
HSV(B)280.65º72.09%33.73%-
XYZ4.252.489.06-
YUV43.63151.91143.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=37.5%
G=13.64%
B=48.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6624860.230.7200.66280.6556.3621.57
Hex42185617480421193816
Octal102301262711001024317026
Binary10000101100010101101011110010000100001010001100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421856; }

 p { color: rgb(66,24,86); }

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

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

 a { background-color: rgb(66,24,86); }

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

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

 span { border-color: rgb(66,24,86); }

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