#451728

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

Shades of Castro #451728

Tints of Castro #451728

Color information

#451728 (or 0x451728) is unknown color: approx Castro. HEX triplet: 45, 17 and 28. RGB value is (69,23,40). Sum of RGB (Red+Green+Blue) = 69+23+40=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451728 is #BAE8D7. Grayscale: #262626. Windows color (decimal): -12249304 or 2627397. OLE color: 2627397.

HSL color Cylindrical-coordinate representation of color #451728: hue angle of 337.83º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451728 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB692340-
CMYK00.670.420.73
HSL337.83º50%18.04%-
HSV(B)337.83º66.67%27.06%-
XYZ3.142.032.23-
YUV38.69128.74149.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=52.27%
G=17.42%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69234000.670.420.73337.835018.04
Hex4517280432A491523212
Octal10527500103521115226222
Binary10001011011110100001000011101010100100110101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451728; }

 p { color: rgb(69,23,40); }

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

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

 a { background-color: rgb(69,23,40); }

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

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

 span { border-color: rgb(69,23,40); }

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