#471828

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

Shades of Castro #471828

Tints of Castro #471828

Color information

#471828 (or 0x471828) is unknown color: approx Castro. HEX triplet: 47, 18 and 28. RGB value is (71,24,40). Sum of RGB (Red+Green+Blue) = 71+24+40=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471828 is #B8E7D7. Grayscale: #272727. Windows color (decimal): -12117976 or 2627655. OLE color: 2627655.

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

Color convert

RGB712440-
CMYK00.660.440.72
HSL339.57º49.47%18.63%-
HSV(B)339.57º66.2%27.84%-
XYZ3.312.152.25-
YUV39.88128.07150.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=52.59%
G=17.78%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71244000.660.440.72339.5749.4718.63
Hex4718280422C481543113
Octal10730500102541105246123
Binary10001111100010100001000010101100100100010101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471828; }

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

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

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

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

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

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

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

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