#421928

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

Shades of Castro #421928

Tints of Castro #421928

Color information

#421928 (or 0x421928) is unknown color: approx Castro. HEX triplet: 42, 19 and 28. RGB value is (66,25,40). Sum of RGB (Red+Green+Blue) = 66+25+40=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #421928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421928 is #BDE6D7. Grayscale: #262626. Windows color (decimal): -12445400 or 2627906. OLE color: 2627906.

HSL color Cylindrical-coordinate representation of color #421928: hue angle of 338.05º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421928 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB662540-
CMYK00.620.390.74
HSL338.05º45.05%17.84%-
HSV(B)338.05º62.12%25.88%-
XYZ2.982.012.24-
YUV38.97128.58147.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=50.38%
G=19.08%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66254000.620.390.74338.0545.0517.84
Hex42192803E274A1522d12
Octal1023150076471125225522
Binary1000010110011010000111110100111100101010101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421928; }

 p { color: rgb(66,25,40); }

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

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

 a { background-color: rgb(66,25,40); }

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

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

 span { border-color: rgb(66,25,40); }

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