#451D2E

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

Shades of Castro #451D2E

Tints of Castro #451D2E

Color information

#451D2E (or 0x451D2E) is unknown color: approx Castro. HEX triplet: 45, 1D and 2E. RGB value is (69,29,46). Sum of RGB (Red+Green+Blue) = 69+29+46=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #451D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D2E is #BAE2D1. Grayscale: #2A2A2A. Windows color (decimal): -12247762 or 3022149. OLE color: 3022149.

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

Color convert

RGB692946-
CMYK00.580.330.73
HSL334.5º40.82%19.22%-
HSV(B)334.5º57.97%27.06%-
XYZ3.392.342.86-
YUV42.9129.75146.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=47.92%
G=20.14%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69294600.580.330.73334.540.8219.22
Hex451D2E03A214914e2913
Octal1053556072411115165123
Binary1000101111011011100111010100001100100110100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,46); }

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

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

 a { background-color: rgb(69,29,46); }

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

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

 span { border-color: rgb(69,29,46); }

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