#481729

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

Shades of Castro #481729

Tints of Castro #481729

Color information

#481729 (or 0x481729) is unknown color: approx Castro. HEX triplet: 48, 17 and 29. RGB value is (72,23,41). Sum of RGB (Red+Green+Blue) = 72+23+41=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481729 is #B7E8D6. Grayscale: #272727. Windows color (decimal): -12052695 or 2692936. OLE color: 2692936.

HSL color Cylindrical-coordinate representation of color #481729: hue angle of 337.96º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481729 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB722341-
CMYK00.680.430.72
HSL337.96º51.58%18.63%-
HSV(B)337.96º68.06%28.24%-
XYZ3.382.152.33-
YUV39.7128.73151.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=52.94%
G=16.91%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72234100.680.430.72337.9651.5818.63
Hex4817290442B481523413
Octal11027510104531105226423
Binary10010001011110100101000100101011100100010101001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481729; }

 p { color: rgb(72,23,41); }

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

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

 a { background-color: rgb(72,23,41); }

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

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

 span { border-color: rgb(72,23,41); }

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