#471929

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

Shades of Castro #471929

Tints of Castro #471929

Color information

#471929 (or 0x471929) is unknown color: approx Castro. HEX triplet: 47, 19 and 29. RGB value is (71,25,41). Sum of RGB (Red+Green+Blue) = 71+25+41=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471929 is #B8E6D6. Grayscale: #282828. Windows color (decimal): -12117719 or 2693447. OLE color: 2693447.

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

Color convert

RGB712541-
CMYK00.650.420.72
HSL339.13º47.92%18.82%-
HSV(B)339.13º64.79%27.84%-
XYZ3.352.192.35-
YUV40.58128.24149.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=51.82%
G=18.25%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71254100.650.420.72339.1347.9218.82
Hex4719290412A481533013
Octal10731510101521105236023
Binary10001111100110100101000001101010100100010101001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471929; }

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

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

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

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

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

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

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

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