#471627

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

Shades of Castro #471627

Tints of Castro #471627

Color information

#471627 (or 0x471627) is unknown color: approx Castro. HEX triplet: 47, 16 and 27. RGB value is (71,22,39). Sum of RGB (Red+Green+Blue) = 71+22+39=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471627 is #B8E9D8. Grayscale: #262626. Windows color (decimal): -12118489 or 2561607. OLE color: 2561607.

HSL color Cylindrical-coordinate representation of color #471627: hue angle of 339.18º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471627 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB712239-
CMYK00.690.450.72
HSL339.18º52.69%18.24%-
HSV(B)339.18º69.01%27.84%-
XYZ3.252.062.15-
YUV38.59128.23151.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=53.79%
G=16.67%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71223900.690.450.72339.1852.6918.24
Hex4716270452D481533512
Octal10726470105551105236522
Binary10001111011010011101000101101101100100010101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471627; }

 p { color: rgb(71,22,39); }

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

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

 a { background-color: rgb(71,22,39); }

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

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

 span { border-color: rgb(71,22,39); }

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