#421D2A

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

Shades of Castro #421D2A

Tints of Castro #421D2A

Color information

#421D2A (or 0x421D2A) is unknown color: approx Castro. HEX triplet: 42, 1D and 2A. RGB value is (66,29,42). Sum of RGB (Red+Green+Blue) = 66+29+42=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D2A is #BDE2D5. Grayscale: #292929. Windows color (decimal): -12444374 or 2760002. OLE color: 2760002.

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

Color convert

RGB662942-
CMYK00.560.360.74
HSL338.92º38.95%18.63%-
HSV(B)338.92º56.06%25.88%-
XYZ3.12.22.45-
YUV41.54128.26145.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=48.18%
G=21.17%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66294200.560.360.74338.9238.9518.63
Hex421D2A038244A1532713
Octal1023552070441125234723
Binary1000010111011010100111000100100100101010101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,29,42); }

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

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

 a { background-color: rgb(66,29,42); }

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

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

 span { border-color: rgb(66,29,42); }

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