#421625

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

Shades of Castro #421625

Tints of Castro #421625

Color information

#421625 (or 0x421625) is unknown color: approx Castro. HEX triplet: 42, 16 and 25. RGB value is (66,22,37). Sum of RGB (Red+Green+Blue) = 66+22+37=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421625 is #BDE9DA. Grayscale: #242424. Windows color (decimal): -12446171 or 2430530. OLE color: 2430530.

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

Color convert

RGB662237-
CMYK00.670.440.74
HSL339.55º50%17.25%-
HSV(B)339.55º66.67%25.88%-
XYZ2.871.871.96-
YUV36.87128.08148.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=52.8%
G=17.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66223700.670.440.74339.555017.25
Hex4216250432C4A1543211
Octal10226450103541125246221
Binary10000101011010010101000011101100100101010101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421625; }

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

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

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

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

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

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

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

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