#471D2F

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

Shades of Castro #471D2F

Tints of Castro #471D2F

Color information

#471D2F (or 0x471D2F) is unknown color: approx Castro. HEX triplet: 47, 1D and 2F. RGB value is (71,29,47). Sum of RGB (Red+Green+Blue) = 71+29+47=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2F is #B8E2D0. Grayscale: #2B2B2B. Windows color (decimal): -12116689 or 3087687. OLE color: 3087687.

HSL color Cylindrical-coordinate representation of color #471D2F: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D2F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB712947-
CMYK00.590.340.72
HSL334.29º42%19.61%-
HSV(B)334.29º59.15%27.84%-
XYZ3.552.422.97-
YUV43.61129.91147.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=48.30%
G=19.73%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71294700.590.340.72334.294219.61
Hex471D2F03B224814e2a14
Octal1073557073421105165224
Binary1000111111011011110111011100010100100010100111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,47); }

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

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

 a { background-color: rgb(71,29,47); }

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

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

 span { border-color: rgb(71,29,47); }

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