#451D2A

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

Shades of Castro #451D2A

Tints of Castro #451D2A

Color information

#451D2A (or 0x451D2A) is unknown color: approx Castro. HEX triplet: 45, 1D and 2A. RGB value is (69,29,42). Sum of RGB (Red+Green+Blue) = 69+29+42=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D2A is #BAE2D5. Grayscale: #2A2A2A. Windows color (decimal): -12247766 or 2760005. OLE color: 2760005.

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

Color convert

RGB692942-
CMYK00.580.390.73
HSL340.5º40.82%19.22%-
HSV(B)340.5º57.97%27.06%-
XYZ3.312.312.46-
YUV42.44127.75146.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 42 (16.80% from 255) = 30%
R=49.29%
G=20.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69294200.580.390.73340.540.8219.22
Hex451D2A03A27491542913
Octal1053552072471115245123
Binary1000101111011010100111010100111100100110101010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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