#471F30

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

Shades of Castro #471F30

Tints of Castro #471F30

Color information

#471F30 (or 0x471F30) is unknown color: approx Castro. HEX triplet: 47, 1F and 30. RGB value is (71,31,48). Sum of RGB (Red+Green+Blue) = 71+31+48=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F30 is #B8E0CF. Grayscale: #2C2C2C. Windows color (decimal): -12116176 or 3153735. OLE color: 3153735.

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

Color convert

RGB713148-
CMYK00.560.320.72
HSL334.5º39.22%20%-
HSV(B)334.5º56.34%27.84%-
XYZ3.622.533.09-
YUV44.9129.75146.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 48 (19.14% from 255) = 32%
R=47.33%
G=20.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71314800.560.320.72334.539.2220
Hex471F30038204814e2714
Octal1073760070401105164724
Binary1000111111111100000111000100000100100010100111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,48); }

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

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

 a { background-color: rgb(71,31,48); }

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

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

 span { border-color: rgb(71,31,48); }

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