#411525

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

Shades of Castro #411525

Tints of Castro #411525

Color information

#411525 (or 0x411525) is unknown color: approx Castro. HEX triplet: 41, 15 and 25. RGB value is (65,21,37). Sum of RGB (Red+Green+Blue) = 65+21+37=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411525 is #BEEADA. Grayscale: #232323. Windows color (decimal): -12511963 or 2430273. OLE color: 2430273.

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

Color convert

RGB652137-
CMYK00.680.430.75
HSL338.18º51.16%16.86%-
HSV(B)338.18º67.69%25.49%-
XYZ2.781.791.95-
YUV35.98128.58148.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=52.85%
G=17.07%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65213700.680.430.75338.1851.1616.86
Hex4115250442B4B1523311
Octal10125450104531135226321
Binary10000011010110010101000100101011100101110101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411525; }

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

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

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

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

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

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

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

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