#481727

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

Shades of Castro #481727

Tints of Castro #481727

Color information

#481727 (or 0x481727) is unknown color: approx Castro. HEX triplet: 48, 17 and 27. RGB value is (72,23,39). Sum of RGB (Red+Green+Blue) = 72+23+39=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481727 is #B7E8D8. Grayscale: #272727. Windows color (decimal): -12052697 or 2561864. OLE color: 2561864.

HSL color Cylindrical-coordinate representation of color #481727: hue angle of 340.41º 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 #481727 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB722339-
CMYK00.680.460.72
HSL340.41º51.58%18.63%-
HSV(B)340.41º68.06%28.24%-
XYZ3.352.142.16-
YUV39.47127.73151.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=53.73%
G=17.16%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72233900.680.460.72340.4151.5818.63
Hex4817270442E481543413
Octal11027470104561105246423
Binary10010001011110011101000100101110100100010101010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481727; }

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

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

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

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

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

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

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

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