#471D2B

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

Shades of Castro #471D2B

Tints of Castro #471D2B

Color information

#471D2B (or 0x471D2B) is unknown color: approx Castro. HEX triplet: 47, 1D and 2B. RGB value is (71,29,43). Sum of RGB (Red+Green+Blue) = 71+29+43=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2B is #B8E2D4. Grayscale: #2B2B2B. Windows color (decimal): -12116693 or 2825543. OLE color: 2825543.

HSL color Cylindrical-coordinate representation of color #471D2B: hue angle of 340º 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 #471D2B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB712943-
CMYK00.590.390.72
HSL340º42%19.61%-
HSV(B)340º59.15%27.84%-
XYZ3.472.392.56-
YUV43.15127.91147.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=49.65%
G=20.28%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71294300.590.390.723404219.61
Hex471D2B03B27481542a14
Octal1073553073471105245224
Binary1000111111011010110111011100111100100010101010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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