#482534

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

Shades of Castro #482534

Tints of Castro #482534

Color information

#482534 (or 0x482534) is unknown color: approx Castro. HEX triplet: 48, 25 and 34. RGB value is (72,37,52). Sum of RGB (Red+Green+Blue) = 72+37+52=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482534 is #B7DACB. Grayscale: #313131. Windows color (decimal): -12049100 or 3417416. OLE color: 3417416.

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

Color convert

RGB723752-
CMYK00.490.280.72
HSL334.29º32.11%21.37%-
HSV(B)334.29º48.61%28.24%-
XYZ3.952.953.61-
YUV49.18129.6144.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=44.72%
G=22.98%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72375200.490.280.72334.2932.1121.37
Hex4825340311C4814e2015
Octal1104564061341105164025
Binary1001000100101110100011000111100100100010100111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482534; }

 p { color: rgb(72,37,52); }

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

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

 a { background-color: rgb(72,37,52); }

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

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

 span { border-color: rgb(72,37,52); }

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