#411625

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

Shades of Castro #411625

Tints of Castro #411625

Color information

#411625 (or 0x411625) is unknown color: approx Castro. HEX triplet: 41, 16 and 25. RGB value is (65,22,37). Sum of RGB (Red+Green+Blue) = 65+22+37=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411625 is #BEE9DA. Grayscale: #242424. Windows color (decimal): -12511707 or 2430529. OLE color: 2430529.

HSL color Cylindrical-coordinate representation of color #411625: hue angle of 339.07º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411625 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB652237-
CMYK00.660.430.75
HSL339.07º49.43%17.06%-
HSV(B)339.07º66.15%25.49%-
XYZ2.81.831.96-
YUV36.57128.25148.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=52.42%
G=17.74%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65223700.660.430.75339.0749.4317.06
Hex4116250422B4B1533111
Octal10126450102531135236121
Binary10000011011010010101000010101011100101110101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411625; }

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

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

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

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

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

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

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

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