#47222B

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

Shades of Castro #47222B

Tints of Castro #47222B

Color information

#47222B (or 0x47222B) is unknown color: approx Castro. HEX triplet: 47, 22 and 2B. RGB value is (71,34,43). Sum of RGB (Red+Green+Blue) = 71+34+43=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222B is #B8DDD4. Grayscale: #2E2E2E. Windows color (decimal): -12115413 or 2826823. OLE color: 2826823.

HSL color Cylindrical-coordinate representation of color #47222B: hue angle of 345.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47222B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB713443-
CMYK00.520.390.72
HSL345.41º35.24%20.59%-
HSV(B)345.41º52.11%27.84%-
XYZ3.612.662.61-
YUV46.09126.26145.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=47.97%
G=22.97%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71344300.520.390.72345.4135.2420.59
Hex47222B03427481592315
Octal1074253064471105314325
Binary10001111000101010110110100100111100100010101100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47222B; }

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

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

<style>
 a { background-color: #47222B; }

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

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

<style>
 span { border-color: #47222B; }

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

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