#471426

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

Shades of Castro #471426

Tints of Castro #471426

Color information

#471426 (or 0x471426) is unknown color: approx Castro. HEX triplet: 47, 14 and 26. RGB value is (71,20,38). Sum of RGB (Red+Green+Blue) = 71+20+38=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471426 is #B8EBD9. Grayscale: #252525. Windows color (decimal): -12119002 or 2495559. OLE color: 2495559.

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

Color convert

RGB712038-
CMYK00.720.460.72
HSL338.82º56.04%17.84%-
HSV(B)338.82º71.83%27.84%-
XYZ3.21.982.05-
YUV37.3128.4152.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=55.04%
G=15.50%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203800.720.460.72338.8256.0417.84
Hex4714260482E481533812
Octal10724460110561105237022
Binary10001111010010011001001000101110100100010101001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471426; }

 p { color: rgb(71,20,38); }

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

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

 a { background-color: rgb(71,20,38); }

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

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

 span { border-color: rgb(71,20,38); }

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