#47182A

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

Shades of Castro #47182A

Tints of Castro #47182A

Color information

#47182A (or 0x47182A) is unknown color: approx Castro. HEX triplet: 47, 18 and 2A. RGB value is (71,24,42). Sum of RGB (Red+Green+Blue) = 71+24+42=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47182A is #B8E7D5. Grayscale: #282828. Windows color (decimal): -12117974 or 2758727. OLE color: 2758727.

HSL color Cylindrical-coordinate representation of color #47182A: hue angle of 337.02º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47182A is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB712442-
CMYK00.660.410.72
HSL337.02º49.47%18.63%-
HSV(B)337.02º66.2%27.84%-
XYZ3.342.162.43-
YUV40.11129.07150.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=51.82%
G=17.52%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71244200.660.410.72337.0249.4718.63
Hex47182A04229481513113
Octal10730520102511105216123
Binary10001111100010101001000010101001100100010101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47182A; }

 p { color: rgb(71,24,42); }

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

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

 a { background-color: rgb(71,24,42); }

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

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

 span { border-color: rgb(71,24,42); }

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