#471829

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

Shades of Castro #471829

Tints of Castro #471829

Color information

#471829 (or 0x471829) is unknown color: approx Castro. HEX triplet: 47, 18 and 29. RGB value is (71,24,41). Sum of RGB (Red+Green+Blue) = 71+24+41=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471829 is #B8E7D6. Grayscale: #272727. Windows color (decimal): -12117975 or 2693191. OLE color: 2693191.

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

Color convert

RGB712441-
CMYK00.660.420.72
HSL338.3º49.47%18.63%-
HSV(B)338.3º66.2%27.84%-
XYZ3.332.152.34-
YUV39.99128.57150.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=52.21%
G=17.65%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71244100.660.420.72338.349.4718.63
Hex4718290422A481523113
Octal10730510102521105226123
Binary10001111100010100101000010101010100100010101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471829; }

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

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

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

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

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

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

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

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