#421C28

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

Shades of Castro #421C28

Tints of Castro #421C28

Color information

#421C28 (or 0x421C28) is unknown color: approx Castro. HEX triplet: 42, 1C and 28. RGB value is (66,28,40). Sum of RGB (Red+Green+Blue) = 66+28+40=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C28 is #BDE3D7. Grayscale: #282828. Windows color (decimal): -12444632 or 2628674. OLE color: 2628674.

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

Color convert

RGB662840-
CMYK00.580.390.74
HSL341.05º40.43%18.43%-
HSV(B)341.05º57.58%25.88%-
XYZ3.052.142.26-
YUV40.73127.59146.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=49.25%
G=20.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66284000.580.390.74341.0540.4318.43
Hex421C2803A274A1552812
Octal1023450072471125255022
Binary1000010111001010000111010100111100101010101010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421C28; }

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

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

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

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

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

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

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

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