#47192A

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

Shades of Castro #47192A

Tints of Castro #47192A

Color information

#47192A (or 0x47192A) is unknown color: approx Castro. HEX triplet: 47, 19 and 2A. RGB value is (71,25,42). Sum of RGB (Red+Green+Blue) = 71+25+42=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47192A is #B8E6D5. Grayscale: #282828. Windows color (decimal): -12117718 or 2758983. OLE color: 2758983.

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

Color convert

RGB712542-
CMYK00.650.410.72
HSL337.83º47.92%18.82%-
HSV(B)337.83º64.79%27.84%-
XYZ3.362.22.44-
YUV40.69128.74149.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=51.45%
G=18.12%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71254200.650.410.72337.8347.9218.82
Hex47192A04129481523013
Octal10731520101511105226023
Binary10001111100110101001000001101001100100010101001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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