#482332

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

Shades of Castro #482332

Tints of Castro #482332

Color information

#482332 (or 0x482332) is unknown color: approx Castro. HEX triplet: 48, 23 and 32. RGB value is (72,35,50). Sum of RGB (Red+Green+Blue) = 72+35+50=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482332 is #B7DCCD. Grayscale: #2F2F2F. Windows color (decimal): -12049614 or 3285832. OLE color: 3285832.

HSL color Cylindrical-coordinate representation of color #482332: hue angle of 335.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482332 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB723550-
CMYK00.510.310.72
HSL335.68º34.58%20.98%-
HSV(B)335.68º51.39%28.24%-
XYZ3.852.813.36-
YUV47.77129.26145.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=45.86%
G=22.29%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72355000.510.310.72335.6834.5820.98
Hex4823320331F481502315
Octal1104362063371105204325
Binary1001000100011110010011001111111100100010101000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482332; }

 p { color: rgb(72,35,50); }

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

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

 a { background-color: rgb(72,35,50); }

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

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

 span { border-color: rgb(72,35,50); }

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