#452331

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

Shades of Castro #452331

Tints of Castro #452331

Color information

#452331 (or 0x452331) is unknown color: approx Castro. HEX triplet: 45, 23 and 31. RGB value is (69,35,49). Sum of RGB (Red+Green+Blue) = 69+35+49=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #452331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452331 is #BADCCE. Grayscale: #2E2E2E. Windows color (decimal): -12246223 or 3220293. OLE color: 3220293.

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

Color convert

RGB693549-
CMYK00.490.290.73
HSL335.29º32.69%20.39%-
HSV(B)335.29º49.28%27.06%-
XYZ3.612.693.23-
YUV46.76129.26143.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=45.10%
G=22.88%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69354900.490.290.73335.2932.6920.39
Hex4523310311D4914f2114
Octal1054361061351115174124
Binary1000101100011110001011000111101100100110100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452331; }

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

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

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

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

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

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

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

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