#451729

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

Shades of Castro #451729

Tints of Castro #451729

Color information

#451729 (or 0x451729) is unknown color: approx Castro. HEX triplet: 45, 17 and 29. RGB value is (69,23,41). Sum of RGB (Red+Green+Blue) = 69+23+41=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #451729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451729 is #BAE8D6. Grayscale: #262626. Windows color (decimal): -12249303 or 2692933. OLE color: 2692933.

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

Color convert

RGB692341-
CMYK00.670.410.73
HSL336.52º50%18.04%-
HSV(B)336.52º66.67%27.06%-
XYZ3.162.042.32-
YUV38.81129.24149.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=51.88%
G=17.29%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69234100.670.410.73336.525018.04
Hex45172904329491513212
Octal10527510103511115216222
Binary10001011011110100101000011101001100100110101000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451729; }

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

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

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

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

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

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

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

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