#451B2C

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

Shades of Castro #451B2C

Tints of Castro #451B2C

Color information

#451B2C (or 0x451B2C) is unknown color: approx Castro. HEX triplet: 45, 1B and 2C. RGB value is (69,27,44). Sum of RGB (Red+Green+Blue) = 69+27+44=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B2C is #BAE4D3. Grayscale: #292929. Windows color (decimal): -12248276 or 2890565. OLE color: 2890565.

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

Color convert

RGB692744-
CMYK00.610.360.73
HSL335.71º43.75%18.82%-
HSV(B)335.71º60.87%27.06%-
XYZ3.32.232.64-
YUV41.5129.41147.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=49.29%
G=19.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69274400.610.360.73335.7143.7518.82
Hex451B2C03D24491502c13
Octal1053354075441115205423
Binary1000101110111011000111101100100100100110101000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,27,44); }

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

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

 a { background-color: rgb(69,27,44); }

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

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

 span { border-color: rgb(69,27,44); }

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