#471B2D

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

Shades of Castro #471B2D

Tints of Castro #471B2D

Color information

#471B2D (or 0x471B2D) is unknown color: approx Castro. HEX triplet: 47, 1B and 2D. RGB value is (71,27,45). Sum of RGB (Red+Green+Blue) = 71+27+45=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B2D is #B8E4D2. Grayscale: #2A2A2A. Windows color (decimal): -12117203 or 2956103. OLE color: 2956103.

HSL color Cylindrical-coordinate representation of color #471B2D: hue angle of 335.45º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B2D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB712745-
CMYK00.620.370.72
HSL335.45º44.9%19.22%-
HSV(B)335.45º61.97%27.84%-
XYZ3.462.312.75-
YUV42.21129.58148.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=49.65%
G=18.88%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71274500.620.370.72335.4544.919.22
Hex471B2D03E254814f2d13
Octal1073355076451105175523
Binary1000111110111011010111110100101100100010100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B2D; }

 p { color: rgb(71,27,45); }

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

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

 a { background-color: rgb(71,27,45); }

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

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

 span { border-color: rgb(71,27,45); }

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