#421F2A

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

Shades of Castro #421F2A

Tints of Castro #421F2A

Color information

#421F2A (or 0x421F2A) is unknown color: approx Castro. HEX triplet: 42, 1F and 2A. RGB value is (66,31,42). Sum of RGB (Red+Green+Blue) = 66+31+42=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2A is #BDE0D5. Grayscale: #2A2A2A. Windows color (decimal): -12443862 or 2760514. OLE color: 2760514.

HSL color Cylindrical-coordinate representation of color #421F2A: hue angle of 341.14º 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 #421F2A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB663142-
CMYK00.530.360.74
HSL341.14º36.08%19.02%-
HSV(B)341.14º53.03%25.88%-
XYZ3.152.312.47-
YUV42.72127.6144.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=47.48%
G=22.30%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66314200.530.360.74341.1436.0819.02
Hex421F2A035244A1552413
Octal1023752065441125254423
Binary1000010111111010100110101100100100101010101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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