#412530

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

Shades of Castro #412530

Tints of Castro #412530

Color information

#412530 (or 0x412530) is unknown color: approx Castro. HEX triplet: 41, 25 and 30. RGB value is (65,37,48). Sum of RGB (Red+Green+Blue) = 65+37+48=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412530 is #BEDACF. Grayscale: #2E2E2E. Windows color (decimal): -12507856 or 3155265. OLE color: 3155265.

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

Color convert

RGB653748-
CMYK00.430.260.75
HSL336.43º27.45%20%-
HSV(B)336.43º43.08%25.49%-
XYZ3.382.663.13-
YUV46.63128.78141.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 48 (19.14% from 255) = 32%
R=43.33%
G=24.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374800.430.260.75336.4327.4520
Hex41253002B1A4B1501b14
Octal1014560053321135203324
Binary100000110010111000001010111101010010111010100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412530; }

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

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

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

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

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

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

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

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