#421525

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

Shades of Castro #421525

Tints of Castro #421525

Color information

#421525 (or 0x421525) is unknown color: approx Castro. HEX triplet: 42, 15 and 25. RGB value is (66,21,37). Sum of RGB (Red+Green+Blue) = 66+21+37=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421525 is #BDEADA. Grayscale: #242424. Windows color (decimal): -12446427 or 2430274. OLE color: 2430274.

HSL color Cylindrical-coordinate representation of color #421525: hue angle of 338.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421525 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB662137-
CMYK00.680.440.74
HSL338.67º51.72%17.06%-
HSV(B)338.67º68.18%25.88%-
XYZ2.851.831.95-
YUV36.28128.41149.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=53.23%
G=16.94%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66213700.680.440.74338.6751.7217.06
Hex4215250442C4A1533411
Octal10225450104541125236421
Binary10000101010110010101000100101100100101010101001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421525; }

 p { color: rgb(66,21,37); }

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

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

 a { background-color: rgb(66,21,37); }

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

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

 span { border-color: rgb(66,21,37); }

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