#471728

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

Shades of Castro #471728

Tints of Castro #471728

Color information

#471728 (or 0x471728) is unknown color: approx Castro. HEX triplet: 47, 17 and 28. RGB value is (71,23,40). Sum of RGB (Red+Green+Blue) = 71+23+40=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471728 is #B8E8D7. Grayscale: #272727. Windows color (decimal): -12118232 or 2627399. OLE color: 2627399.

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

Color convert

RGB712340-
CMYK00.680.440.72
HSL338.75º51.06%18.43%-
HSV(B)338.75º67.61%27.84%-
XYZ3.292.112.24-
YUV39.29128.4150.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=52.99%
G=17.16%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71234000.680.440.72338.7551.0618.43
Hex4717280442C481533312
Octal10727500104541105236322
Binary10001111011110100001000100101100100100010101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471728; }

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

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

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

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

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

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

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

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