#451828

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

Shades of Castro #451828

Tints of Castro #451828

Color information

#451828 (or 0x451828) is unknown color: approx Castro. HEX triplet: 45, 18 and 28. RGB value is (69,24,40). Sum of RGB (Red+Green+Blue) = 69+24+40=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #451828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451828 is #BAE7D7. Grayscale: #272727. Windows color (decimal): -12249048 or 2627653. OLE color: 2627653.

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

Color convert

RGB692440-
CMYK00.650.420.73
HSL338.67º48.39%18.24%-
HSV(B)338.67º65.22%27.06%-
XYZ3.162.072.24-
YUV39.28128.41149.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=51.88%
G=18.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69244000.650.420.73338.6748.3918.24
Hex4518280412A491533012
Octal10530500101521115236022
Binary10001011100010100001000001101010100100110101001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451828; }

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

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

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

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

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

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

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

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