#451827

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

Shades of Castro #451827

Tints of Castro #451827

Color information

#451827 (or 0x451827) is unknown color: approx Castro. HEX triplet: 45, 18 and 27. RGB value is (69,24,39). Sum of RGB (Red+Green+Blue) = 69+24+39=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451827 is #BAE7D8. Grayscale: #272727. Windows color (decimal): -12249049 or 2562117. OLE color: 2562117.

HSL color Cylindrical-coordinate representation of color #451827: hue angle of 340º 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 #451827 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB692439-
CMYK00.650.430.73
HSL340º48.39%18.24%-
HSV(B)340º65.22%27.06%-
XYZ3.152.062.15-
YUV39.16127.91149.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=52.27%
G=18.18%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69243900.650.430.7334048.3918.24
Hex4518270412B491543012
Octal10530470101531115246022
Binary10001011100010011101000001101011100100110101010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451827; }

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

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

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

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

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

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

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

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