#451A27

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

Shades of Castro #451A27

Tints of Castro #451A27

Color information

#451A27 (or 0x451A27) is unknown color: approx Castro. HEX triplet: 45, 1A and 27. RGB value is (69,26,39). Sum of RGB (Red+Green+Blue) = 69+26+39=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #451A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A27 is #BAE5D8. Grayscale: #282828. Windows color (decimal): -12248537 or 2562629. OLE color: 2562629.

HSL color Cylindrical-coordinate representation of color #451A27: hue angle of 341.86º 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 #451A27 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB692639-
CMYK00.620.430.73
HSL341.86º45.26%18.63%-
HSV(B)341.86º62.32%27.06%-
XYZ3.192.152.17-
YUV40.34127.25148.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=51.49%
G=19.40%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69263900.620.430.73341.8645.2618.63
Hex451A2703E2B491562d13
Octal1053247076531115265523
Binary1000101110101001110111110101011100100110101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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