#421F29

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

Shades of Castro #421F29

Tints of Castro #421F29

Color information

#421F29 (or 0x421F29) is unknown color: approx Castro. HEX triplet: 42, 1F and 29. RGB value is (66,31,41). Sum of RGB (Red+Green+Blue) = 66+31+41=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F29 is #BDE0D6. Grayscale: #2A2A2A. Windows color (decimal): -12443863 or 2694978. OLE color: 2694978.

HSL color Cylindrical-coordinate representation of color #421F29: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F29 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB663141-
CMYK00.530.380.74
HSL342.86º36.08%19.02%-
HSV(B)342.86º53.03%25.88%-
XYZ3.142.32.38-
YUV42.6127.1144.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=47.83%
G=22.46%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66314100.530.380.74342.8636.0819.02
Hex421F29035264A1572413
Octal1023751065461125274423
Binary1000010111111010010110101100110100101010101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,41); }

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

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

 a { background-color: rgb(66,31,41); }

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

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

 span { border-color: rgb(66,31,41); }

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