#451A29

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

Shades of Castro #451A29

Tints of Castro #451A29

Color information

#451A29 (or 0x451A29) is unknown color: approx Castro. HEX triplet: 45, 1A and 29. RGB value is (69,26,41). Sum of RGB (Red+Green+Blue) = 69+26+41=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A29 is #BAE5D6. Grayscale: #282828. Windows color (decimal): -12248535 or 2693701. OLE color: 2693701.

HSL color Cylindrical-coordinate representation of color #451A29: hue angle of 339.07º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A29 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB692641-
CMYK00.620.410.73
HSL339.07º45.26%18.63%-
HSV(B)339.07º62.32%27.06%-
XYZ3.222.162.35-
YUV40.57128.25148.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=50.74%
G=19.12%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69264100.620.410.73339.0745.2618.63
Hex451A2903E29491532d13
Octal1053251076511115235523
Binary1000101110101010010111110101001100100110101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A29; }

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

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

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

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

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

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

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

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