#452231

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

Shades of Castro #452231

Tints of Castro #452231

Color information

#452231 (or 0x452231) is unknown color: approx Castro. HEX triplet: 45, 22 and 31. RGB value is (69,34,49). Sum of RGB (Red+Green+Blue) = 69+34+49=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452231 is #BADDCE. Grayscale: #2E2E2E. Windows color (decimal): -12246479 or 3220037. OLE color: 3220037.

HSL color Cylindrical-coordinate representation of color #452231: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452231 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB693449-
CMYK00.510.290.73
HSL334.29º33.98%20.2%-
HSV(B)334.29º50.72%27.06%-
XYZ3.582.633.22-
YUV46.18129.6144.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=45.39%
G=22.37%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69344900.510.290.73334.2933.9820.2
Hex4522310331D4914e2214
Octal1054261063351115164224
Binary1000101100010110001011001111101100100110100111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452231; }

 p { color: rgb(69,34,49); }

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

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

 a { background-color: rgb(69,34,49); }

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

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

 span { border-color: rgb(69,34,49); }

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