#451628

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

Shades of Castro #451628

Tints of Castro #451628

Color information

#451628 (or 0x451628) is unknown color: approx Castro. HEX triplet: 45, 16 and 28. RGB value is (69,22,40). Sum of RGB (Red+Green+Blue) = 69+22+40=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451628 is #BAE9D7. Grayscale: #262626. Windows color (decimal): -12249560 or 2627141. OLE color: 2627141.

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

Color convert

RGB692240-
CMYK00.680.420.73
HSL337.02º51.65%17.84%-
HSV(B)337.02º68.12%27.06%-
XYZ3.121.992.23-
YUV38.11129.07150.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=52.67%
G=16.79%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69224000.680.420.73337.0251.6517.84
Hex4516280442A491513412
Octal10526500104521115216422
Binary10001011011010100001000100101010100100110101000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451628; }

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

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

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

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

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

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

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

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