#471928

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

Shades of Castro #471928

Tints of Castro #471928

Color information

#471928 (or 0x471928) is unknown color: approx Castro. HEX triplet: 47, 19 and 28. RGB value is (71,25,40). Sum of RGB (Red+Green+Blue) = 71+25+40=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471928 is #B8E6D7. Grayscale: #282828. Windows color (decimal): -12117720 or 2627911. OLE color: 2627911.

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

Color convert

RGB712540-
CMYK00.650.440.72
HSL340.43º47.92%18.82%-
HSV(B)340.43º64.79%27.84%-
XYZ3.332.192.25-
YUV40.46127.74149.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=52.21%
G=18.38%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71254000.650.440.72340.4347.9218.82
Hex4719280412C481543013
Octal10731500101541105246023
Binary10001111100110100001000001101100100100010101010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471928; }

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

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

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

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

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

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

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

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