#451829

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

Shades of Castro #451829

Tints of Castro #451829

Color information

#451829 (or 0x451829) is unknown color: approx Castro. HEX triplet: 45, 18 and 29. RGB value is (69,24,41). Sum of RGB (Red+Green+Blue) = 69+24+41=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #451829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451829 is #BAE7D6. Grayscale: #272727. Windows color (decimal): -12249047 or 2693189. OLE color: 2693189.

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

Color convert

RGB692441-
CMYK00.650.410.73
HSL337.33º48.39%18.24%-
HSV(B)337.33º65.22%27.06%-
XYZ3.182.082.33-
YUV39.39128.91149.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=51.49%
G=17.91%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69244100.650.410.73337.3348.3918.24
Hex45182904129491513012
Octal10530510101511115216022
Binary10001011100010100101000001101001100100110101000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451829; }

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

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

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

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

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

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

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

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