#471727

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

Shades of Castro #471727

Tints of Castro #471727

Color information

#471727 (or 0x471727) is unknown color: approx Castro. HEX triplet: 47, 17 and 27. RGB value is (71,23,39). Sum of RGB (Red+Green+Blue) = 71+23+39=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471727 is #B8E8D8. Grayscale: #272727. Windows color (decimal): -12118233 or 2561863. OLE color: 2561863.

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

Color convert

RGB712339-
CMYK00.680.450.72
HSL340º51.06%18.43%-
HSV(B)340º67.61%27.84%-
XYZ3.272.12.15-
YUV39.18127.9150.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=53.38%
G=17.29%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233900.680.450.7234051.0618.43
Hex4717270442D481543312
Octal10727470104551105246322
Binary10001111011110011101000100101101100100010101010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471727; }

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

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

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

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

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

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

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

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